mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
THEME_LAYOUT detection improvement
This commit is contained in:
parent
4342599079
commit
f9dc402215
@ -935,6 +935,8 @@ if(!defined("THEME_LAYOUT"))
|
||||
{
|
||||
//e_SELF.(e_QUERY ? '?'.e_QUERY : '');
|
||||
$c_url = str_replace(array('&'), array('&'), e_REQUEST_URL);//.(e_QUERY ? '?'.e_QUERY : '');// mod_rewrite support
|
||||
// FIX - check against urldecoded strings
|
||||
$c_url = rawurldecode($c_url);
|
||||
|
||||
foreach($cusPagePref as $lyout=>$cusPageArray)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user