diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index 700715be2..7f903b2c1 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -8,22 +8,11 @@ * * $URL$ * $Id$ + * + * Plugin administration area * */ -if (!defined('e107_INIT')) { exit; } - - -/** - * - * @package e107 - * @category e107_handlers - * @version $Id$ - * @author e107inc - * - * Plugin administration area - */ - require_once("../class2.php"); if (!getperms("Z")) { @@ -31,7 +20,7 @@ if (!getperms("Z")) exit; } -include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE); +e107::coreLan('plugin', true); $e_sub_cat = 'plug_manage';