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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user