1
0
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:
SecretR
2014-01-15 17:11:09 +02:00
parent 8f2aa2bcbf
commit 656068aefb

View File

@@ -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);
} }
} }