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

View File

@@ -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)
{