1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Issue #4350 theme.php class must now use init() and tablestyle() (not __construct() )

This commit is contained in:
Cameron
2021-01-17 07:27:28 -08:00
parent 06888f1fcf
commit f97dd307af
5 changed files with 25 additions and 8 deletions

View File

@@ -16,13 +16,13 @@ if(!defined('USER_AREA'))
//overload is now possible, prevent warnings
define('USER_AREA',TRUE);
}
define('ADMIN_AREA',FALSE);
define('ADMIN_AREA', FALSE);
$e107 = e107::getInstance();
$sql = e107::getDb();
e107::getDebug()->logTime('(Header Top)');
e107::getRender()->init();
//e107::js('core', 'bootstrap/js/bootstrap-tooltip.js','jquery');