Hi,
Just wondering if someone could help me out on this one. Should be easy for someone who knows what they are doing :)
We have a standard type left hand navigation on our sites, parent/children type of display. See attached.
I want to be able to print the name of the active parent page above the navigation in place of where we currently have "Page Menu".
What keyword/design tags would I use to acheive this?
Code looks like this -
<MySource_AREA id_name="menu_leftnav" design_area="menu_normal" print="no" cache="1">
<MySource_SET name="level" value="sub" />
<MySource_SET name="show_subs" value="on_current" />
<MySource_SET name="settings.class.normal" value="default" />
<MySource_SET name="settings.class.current" value="selected" />
<MySource_SET name="settings.class.hierarchy" value="parent" />
<nav class="group">
<div class='page-menu-button'>Page Menu</MySource_ASSET></div>
<div class="" id="page-nav-wrapper">
<nav>
<ul id="page-nav" role="navigation">
<MySource_ASSET>
<li class="top-level treenode id-<MySource_PRINT var='assetid' />-parent"><a href="<MySource_PRINT var='asset_link' />" id="leftnav-id-<MySource_PRINT var='assetid' />" class="<MySource_PRINT var='settings.class' />" title="<MySource_PRINT var='asset_metadata_design.menu.title' />"><MySource_PRINT var="asset_short_name" /></a>
<MySource_SUB design_area="menu_normal" cache="1">
<MySource_SET name="settings.class.normal" value="default" />
<MySource_SET name="settings.class.current" value="selected" />
<MySource_SET name="settings.class.hierarchy" value="parent" />
<ul>
<MySource_ASSET>
Thanks
Paula page-menu.png (37.4 KB)