diff --git a/e107_plugins/metaweblog/wlwmanifest.php b/e107_plugins/metaweblog/wlwmanifest.php index 3f0159083..76e9e0374 100644 --- a/e107_plugins/metaweblog/wlwmanifest.php +++ b/e107_plugins/metaweblog/wlwmanifest.php @@ -5,15 +5,13 @@ if (!defined('e107_INIT')) require_once("../../class2.php"); } -if(e107::isInstalled('metaweblog')) +if(!e107::isInstalled('metaweblog')) { + exit(); +} -echo ""; -?> - - - - +echo " + WordPress Yes @@ -27,13 +25,12 @@ echo ""; View site Dashboard - + {post-id} + ".SITEURLBASE.e_ADMIN_ABS."newspost.php?create.edit."."{post-id} ]]> @@ -45,17 +42,13 @@ echo ""; images/wlw/comments_32.png + ". SITEURLBASE.e_ADMIN_ABS."comment.php ]]> - - -" ?> \ No newline at end of file