1
0
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:
secretr 2012-06-11 10:35:21 +00:00
parent 4342599079
commit f9dc402215

View File

@ -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)
{