mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Restored loading of admin LAN definitions early.
Removed unnecessary constants from admin_theme.php
This commit is contained in:
@@ -1418,6 +1418,12 @@ define('TIMEOFFSET', $e_deltaTime);
|
||||
// ----------------------------------------------------------------------------
|
||||
$sql->db_Mark_Time('Find/Load Theme');
|
||||
|
||||
if(e_ADMIN_AREA) // Load admin phrases ASAP
|
||||
{
|
||||
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_admin.php');
|
||||
}
|
||||
|
||||
|
||||
if(!defined('THEME'))
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user