mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php
This commit is contained in:
@@ -24,7 +24,7 @@ $sql = e107::getDb();
|
||||
$sql->db_Mark_Time('(Header Top)');
|
||||
|
||||
// Load library dependencies.
|
||||
e107::getTheme('current', true)->loadLibrary();
|
||||
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