| | |
| | | <ul id="topmenu"> |
| | | <!-- main navigation --> |
| | | <nav id='main-navigation' class='btn-group btn-group-justified'> |
| | | <tmpl_loop name="nav_top"> |
| | | <tmpl_if name="active"> |
| | | <li id="topNav_current"><a href="#" class="topnav topnav-<tmpl_var name='module'>"><span><tmpl_var name="title"></span></a></li> |
| | | <tmpl_else> |
| | | <li><a href="#" onClick="capp('<tmpl_var name='module'>')" class="topnav topnav-<tmpl_var name='module'>"><span><tmpl_var name="title"></span></a></li> |
| | | </tmpl_if> |
| | | <a href="#" class="btn btn-default <tmpl_if name="active">active"<tmpl_else>" data-capp="<tmpl_var name='module'>"</tmpl_if> data-icon-class="icon-<tmpl_var name='module'>"> |
| | | <div class="icon icon-<tmpl_var name='module'>"></div> |
| | | <div class="title"><tmpl_var name="title"></div> |
| | | </a> |
| | | </tmpl_loop> |
| | | </ul> |
| | | </nav> |