mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Changed load order of Menus and Theme Layout detection.
This commit is contained in:
@@ -194,6 +194,10 @@ class e_url
|
||||
define('e_PAGE', basename($file));
|
||||
}
|
||||
|
||||
if(!defined('e_ROUTE')) // subject to removal at any time.
|
||||
{
|
||||
define('e_ROUTE', $plug.'/'.$k);
|
||||
}
|
||||
|
||||
$fpUrl = str_replace(SITEURL, '', rtrim(e_REQUEST_URL, '?/'));
|
||||
$fpPref = e107::getFrontpage();
|
||||
|
Reference in New Issue
Block a user