mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Banner and News e_menu.php (config.php replacement) upgrades.
This commit is contained in:
@@ -37,7 +37,14 @@ $caption = TD_MENU_L1;
|
||||
|
||||
if(!empty($parm))
|
||||
{
|
||||
parse_str($parm, $parms);
|
||||
if(is_string($parm))
|
||||
{
|
||||
parse_str($parm, $parms);
|
||||
}
|
||||
else
|
||||
{
|
||||
$parms = $parm;
|
||||
}
|
||||
}
|
||||
|
||||
if(!$OTHERNEWS_STYLE)
|
||||
|
Reference in New Issue
Block a user