<template:navigation startlevel="top" maxlevels="1" exposeall="1"> <template:navitem level="1"> <template:start> <template:if $IS_FIRST> <ul id="nav"> </template:if> </template:start> <template:off> <template:if $ID == $ROOT_SECTION_ID> <li class="##$ID##on"> <template:else> <li class="##$ID##"> </template:if> <a href="##$HREF##">##$LINK_TEXT##<strong> </strong></a></li> </template:off> <template:on> <li class="##$ID##on">##$LINK_TEXT##<strong> </strong></li> </template:on> <template:end> <template:if $NEXT_LEVEL == $LEVEL> </li> </template:if> <template:if $IS_LAST> </ul> </template:if> </template:end> </template:navitem> </template:navigation>
Comments: