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

Template-path changes.

This commit is contained in:
Cameron
2013-03-20 16:58:39 -07:00
parent 22c86fda7a
commit 3b953d1315
5 changed files with 23 additions and 9 deletions

View File

@@ -1123,8 +1123,8 @@ else
}
$layout = isset($layout) ? $layout : '_default';
define('HEADERF', e_THEME."templates/header{$layout}.php");
define('FOOTERF', e_THEME."templates/footer{$layout}.php");
define('HEADERF', e_CORE."templates/header{$layout}.php");
define('FOOTERF', e_CORE."templates/footer{$layout}.php");
if (!file_exists(HEADERF))
{