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

admin_icons_template.php reformatted to v2 standards.

This commit is contained in:
Cameron
2021-01-24 10:44:30 -08:00
parent 9487c620e3
commit a99300aed5
11 changed files with 288 additions and 540 deletions

View File

@@ -235,11 +235,14 @@ e107::coreLan('footer', true);
// Get Icon constants, theme override (theme/templates/admin_icons_template.php) is allowed
e107::getDebug()->logTime('[boot.php: Loading admin_icons]');
include_once(e107::coreTemplatePath('admin_icons'));
e107::loadAdminIcons();
e107::getDebug()->logTime('[boot.php: After Loading admin_icons]');
//include_once(e107::coreTemplatePath('admin_icons'));
if(!defset('e_ADMIN_UI') && !defset('e_PAGETITLE'))
{
e107::getDebug()->logTime('[boot.php: Loading adminLinks(\'legacy\')]');
$array_functions = e107::getNav()->adminLinks('legacy'); // replacement see e107_handlers/sitelinks.php
foreach($array_functions as $val)
{