mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Core template path changes.
This commit is contained in:
@@ -32,7 +32,7 @@ if (defined('THEME') && file_exists(THEME.'admin_template.php'))
|
||||
}
|
||||
else
|
||||
{
|
||||
require_once (e_BASE.$e107->getFolder('themes').'templates/admin_template.php');
|
||||
require_once (e_CORE.'templates/admin_template.php');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user