mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
Improved performance on getLayouts when using the new 'layouts' folder in the theme's directory.
Possible fix for missing class in footer_default.php
This commit is contained in:
@@ -56,6 +56,7 @@ if(!defined('e_NOCACHE'))
|
||||
$e107 = e107::getInstance();
|
||||
$sql = e107::getDb();
|
||||
$pref = e107::getPref();
|
||||
$tp = e107::getParser();
|
||||
|
||||
if (varset($e107_popup) != 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user