1
0
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:
Cameron
2019-09-03 05:56:38 -07:00
parent 1d9be344af
commit 609496ab4c
2 changed files with 35 additions and 25 deletions

View File

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