Added Bootstrap style nav as a TOPNAV tag option:
<CMSTAG.105.2.0.0>
Third number switches Home on and off, as per the other TOPNAV tag options:
Puts out code like this:
<li class="dropdown">
<a href="/about-us/">About us</a>
<ul class="dropdown-menu">
<li><a href="/about-us/our-heritage/">Our Heritage</a></li>
</ul>
</li>
<li><a href="/investment-approach/">Investment approach</a></li>
<li class="active"><a href="/strategies/">Strategies</a></li>
<li><a href="/the-team/">The team</a></li>
<li class="dropdown">
<a href="/media-and-insight/">Media and insight</a>
<ul class="dropdown-menu">
<li><a href="/media-and-insight/our-news/">Our news</a></li>
</ul>
</li>
<li><a href="/contact-us/">Contact us</a></li>
No comments:
Post a Comment