mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
The beginnings of Menu-Manager drag-n-drop. (in debug mode)
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
This commit is contained in:
@@ -16,7 +16,7 @@ if (!getperms("P") || !e107::isInstalled('featurebox'))
|
||||
exit;
|
||||
}
|
||||
|
||||
// e107::includeLan(e_PLUGIN.'featurebox/languages/'.e_LANGUAGE.'_admin_featurebox.php');
|
||||
e107::includeLan(e_PLUGIN.'featurebox/languages/'.e_LANGUAGE.'_admin_featurebox.php');
|
||||
// e107::lan('plugin','featurebox',true);
|
||||
|
||||
class fb_admin extends e_admin_dispatcher
|
||||
|
Reference in New Issue
Block a user