diff --git a/_admin.php b/_admin.php index d45ca70..c98ec43 100644 --- a/_admin.php +++ b/_admin.php @@ -19,7 +19,7 @@ class categoriespageAdminBehaviors { public static function main() { - require_once '/_widgets.php'; + require_once '_widgets.php'; $menu = $GLOBALS['_menu']; $core = $GLOBALS['core']; diff --git a/index.php b/index.php index ec601e6..0c034e1 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,14 @@ blog->settings->addNameSpace( ConstCategoriesPage::NS); if ( $ns->get(ConstCategoriesPage::PLUGIN_IS_ACTIVE) === null) { @@ -63,7 +64,7 @@ class indexCategoriesPage { '
-

'. __('Plugin activation').'

+

'. __('Plugin config').'