1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +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

@@ -35,7 +35,9 @@ if($info = e107::getLibrary()->load('bootstrap'))
}
}
include_once(e107::coreTemplatePath('admin_icons')); // Needs to be loaded before infopanel AND in boot.php
e107::getDebug()->logTime('[admin.php: Loading admin_icons]');
//include_once(e107::coreTemplatePath('admin_icons'));
e107::loadAdminIcons(); // Needs to be loaded before infopanel AND in boot.php
/*if(vartrue($_GET['iframe']) == 1)
{