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

Update methods to load LAN files in Admin Area

(fingers crossed there are no typo's...)
This commit is contained in:
Tijn Kuyper
2017-01-17 01:33:03 +01:00
parent 65f840d5b3
commit 347c9f9af0
38 changed files with 59 additions and 229 deletions

View File

@@ -8,8 +8,6 @@
*
* Admin BootLoader
*
* $URL$
* $Id$
*/
if (!defined('e107_INIT'))
@@ -165,16 +163,10 @@ e107::coreLan('footer', true);
}
// Get Icon constants, theme override (theme/templates/admin_icons_template.php) is allowed
include_once(e107::coreTemplatePath('admin_icons'));
if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
{
$array_functions = e107::getNav()->adminLinks('legacy'); // replacement see e107_handlers/sitelinks.php
@@ -478,4 +470,4 @@ if (!function_exists("parse_admin"))
}
}
}
}
}