1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

CoreTemplate tests. FPW BC constant fix.

This commit is contained in:
Cameron
2021-01-11 18:05:29 -08:00
parent 1d8df4c150
commit 56f8389417
14 changed files with 485 additions and 480 deletions

View File

@@ -131,6 +131,8 @@ if ($pref['membersonly_enabled'])
}
else
{
$oldDefs = array('LAN_112' => 'LAN_FPW22');
e107::getLanguage()->bcDefs($oldDefs);
require_once (e107::coreTemplatePath('fpw')); //correct way to load a core template.
}