mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php
This commit is contained in:
@@ -2066,7 +2066,7 @@ class e_library_manager
|
||||
{
|
||||
$excludedLibraries = array();
|
||||
|
||||
$exclude = e107::getTheme('current', true)->cssAttribute('auto', 'exclude');
|
||||
$exclude = e107::getTheme('current', false)->cssAttribute('auto', 'exclude');
|
||||
|
||||
if($exclude)
|
||||
{
|
||||
|
Reference in New Issue
Block a user