diff --git a/edit-page.php b/edit-page.php
index 06ce090..8efa7c0 100644
--- a/edit-page.php
+++ b/edit-page.php
@@ -57,7 +57,7 @@ if( $_POST ) {
/////////////////////// Display Edit Form ///////////////////////
-adminhead('Edit Page');
+adminhead('Edit Static Page');
adminmenu('manage-pages.php');
@@ -81,7 +81,7 @@ tinyMCE.init({
theme_advanced_blockformats : "p,h3,h4,h5,h6",
theme_advanced_resizing : true,
theme_advanced_styles : "Spoiler=spoiler"
-
+
});
-->
@@ -162,16 +162,15 @@ tinyMCE.init({
+
diff --git a/edit-rant.php b/edit-rant.php
index 68289a7..a17caa1 100644
--- a/edit-rant.php
+++ b/edit-rant.php
@@ -165,6 +165,7 @@ adminmenu('manage-rants.php');
?>
+
Editing Rant "title, ENT_COMPAT, 'UTF-8') ; ?>"
@@ -343,4 +345,12 @@ tinyMCE.init({
+
+
+
+
diff --git a/include/mce_config.js b/include/mce_config.js
new file mode 100644
index 0000000..ec2cef9
--- /dev/null
+++ b/include/mce_config.js
@@ -0,0 +1,4 @@
+var mce_config = {
+ plugins: 'charmap code image link paste preview',
+ style_formats_merge: true
+};
diff --git a/post-page.php b/post-page.php
index 5187e14..7da77ea 100644
--- a/post-page.php
+++ b/post-page.php
@@ -12,6 +12,7 @@ adminhead('Write Static Page');
adminmenu('post-page.php');
?>
+
Create New Page
+
+
+
+
diff --git a/post-rant.php b/post-rant.php
index 8521116..6b5d89f 100644
--- a/post-rant.php
+++ b/post-rant.php
@@ -15,6 +15,7 @@ $rant_image_ext = $mtdb->getOne( 'SELECT extension FROM media_t WHERE id=' . (in
?>
+
Create New Rant
@@ -191,4 +193,12 @@ tinyMCE.init({
+
+
+
+