mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
CMENU shortcode fix
This commit is contained in:
@@ -124,6 +124,6 @@ class page_shortcodes extends e_shortcode
|
|||||||
*/
|
*/
|
||||||
function sc_cmenu($parm='')
|
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