1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

e_menu.php introduced to replace legacy menu configuration file (config.php). See banner plugin for an example.

This commit is contained in:
Cameron
2016-01-12 15:44:54 -08:00
parent 5a6153db27
commit d0fccd540f
12 changed files with 277 additions and 155 deletions

View File

@@ -53,6 +53,12 @@ e107::coreLan('footer', true);
// Get Icon constants, theme override (theme/templates/admin_icons_template.php) is allowed
include_once(e107::coreTemplatePath('admin_icons'));
if(!empty($_GET['iframe']))
{
define('e_IFRAME', true);
}
if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
{