mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
CMENU shortcode fix
This commit is contained in:
@@ -124,6 +124,6 @@ class page_shortcodes extends e_shortcode
|
||||
*/
|
||||
function sc_cmenu($parm='')
|
||||
{
|
||||
return e107::getMenu()->renderMenu($parm, false);
|
||||
return e107::getMenu()->renderMenu($parm, false, false, true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user