Navigation menus

Site navigation menu names appearing within brakets
e.g. (( HOME )) (( About )).



/* My Parse File Navigation Content * /



<div id="nav">

<MySource_AREA id_name="site_nav" design_area="menu_normal">

<MySource_SET name="settings.class.normal" value=""/>

<MySource_SET name="settings.class.current" value="current"/>

<ul>

<MySource_SET name="level" value="top" />

<MySource_ASSET>

<li class="<MySource_PRINT var='settings.class' />">

<a href="<MySource_PRINT var='asset_link' />">

<MySource_PRINT var="asset_short_name" />

</a></li>

</MySource_ASSET>

</ul>



</MySource_AREA>

</div>

Matrix does this automatically for assets that are still Under Construction. If you make those pages Live, the brackets will disappear.



Thanks AVI.