e107
e107 copied to clipboard
[Question]: NAVIGATION shortcode question...
Question
Isn't supposed the NAVIGATION core shortcode accept params in array shape?
Why does this works:
{NAVIGATION=footer}
but this doesn't:
{NAVIGATION:type=footer}
Furthermore, if i use a more "complex" parm, like this:
{NAVIGATION:class=d-print-none&type=footer}
it breaks the class inside the navigation UL....
Expected Source
I looked at the code and it supposedly accepts parm as array....