1
0
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:
Cameron
2019-01-23 19:06:03 -08:00
parent 5aad0f81a1
commit 9c4dbcab91
6 changed files with 103 additions and 13 deletions

View File

@@ -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');