- <p style="margin-bottom: 20px;">
- <{foreach from=$navConfig item=nav key=key}>
- <{if $nav.show}>
- <a <{if !$nav.onClick}>href="<{$nav.url}>"<{/if}> class="button button-highlight button-small <{if $nav.onClick}>active<{/if}>"><{$nav.name}></a>
- <{else}>
- <a class="button button-highlight button-small disabled"><{$nav.name}></a>
- <{/if}>
- <{/foreach}>
- </p>
|