Sub Navigation Menu Missing After Upgrade to 0.9

DRE

Cadet
Hey remember this template? arcade_list

Code:
<ul class="secondaryContent blockLinksList">
<xen:foreach loop="$links" key="$href" value="$title">
<li><a href="{$href}">{$title}</a></li>
</xen:foreach>
</ul>

It's gone now! Bring it back please!
 
Over at XFShowcase you said you weren't using the XFA template. ;)

For now since there are no sub-links to be used with the Arcade menu link it was changed to be just a straight link in the navbar since there was nothing being displayed. We left the template since it will likely be used again in a future release as more features get added.
 
Back
Top