admin includes updates, Class L10n fix
- Class L10n had wrong default path to the language file, so the file load failed - Fix some default admin includes file for template settings
This commit is contained in:
@@ -99,6 +99,6 @@ if (is_dir(BASE.TEMPLATES_C)) {
|
||||
if (is_dir(BASE.CACHE)) {
|
||||
$smarty->setCacheDir(BASE.CACHE);
|
||||
}
|
||||
$smarty->display($MASTER_TEMPLATE_NAME, $TEMPLATE.$lang, $TEMPLATE.$lang);
|
||||
$smarty->display($MASTER_TEMPLATE_NAME, $CACHE_ID.($CACHE_ID ? '_' : '').$lang, $COMPILE_ID.($COMPILE_ID ? '_' : '').$lang);
|
||||
|
||||
// __END__
|
||||
|
||||
Reference in New Issue
Block a user