J
JoyFreak
Guest
I'm trying to put the navigation into a widget by adding the following:
Code:
Read more
Continue reading...
Code:
Code:
<xf:foreach loop="$navTree" key="$navSection" value="$navEntry" i="$i" if="{{ $navSection != $xf.app.defaultNavigationId }}">
<li>
<xf:macro name="nav_entry"
arg-navId="{$navSection}"
arg-nav="{$navEntry}"
arg-selected="{{ $navSection == $pageSection...
Read more
Continue reading...