Changeset 2914:e4199034aa95 for plugins/aboutConfig
- Timestamp:
- 01/12/15 11:32:24 (11 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/_admin.php
r2911 r2914 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 14 13 $_menu['System']->addItem('about:config', 15 14 $core->adminurl->get('admin.plugin.aboutConfig'), … … 18 17 $core->auth->isSuperAdmin()); 19 18 20 $ core->tpl->getLoader()->addPath(dirname(__FILE__).'/admtpl/','aboutConfig');19 $GLOBALS['core']->tpl->getLoader()->addPath(dirname(__FILE__).'/admtpl/','aboutConfig');
Note: See TracChangeset
for help on using the changeset viewer.