mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Moved library loading into class2. Fixes Fontawesome not loading early enough when added via theme.xml (with forum and possibly other parts of e107). Added the FONTAWESOME constant to Paths/Variables debug output.
This commit is contained in:
@@ -23,8 +23,7 @@ $sql = e107::getDb();
|
||||
|
||||
$sql->db_Mark_Time('(Header Top)');
|
||||
|
||||
// Load library dependencies.
|
||||
e107::getTheme('current')->loadLibrary();
|
||||
|
||||
|
||||
//e107::js('core', 'bootstrap/js/bootstrap-tooltip.js','jquery');
|
||||
// e107::css('core', 'bootstrap/css/tooltip.css','jquery');
|
||||
|
Reference in New Issue
Block a user