1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 22:53:01 +02:00

Core template path changes.

This commit is contained in:
Cameron
2013-03-20 23:50:30 -07:00
parent 0ba11945ab
commit 59a6edb4e4
22 changed files with 560 additions and 547 deletions

View File

@@ -43,7 +43,7 @@ if (file_exists(THEME."online_template.php"))
}
else
{
require_once(e_THEME."templates/online_template.php");
require_once(e_CORE."templates/online_template.php");
}
global $listuserson;