Florian Schaal
2015-09-04 d6cd11df635941a4e7d35e6e45b4e59cb8bd4469
interface/web/themes/default/templates/topnav.tpl.htm
@@ -1,9 +1,9 @@
<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>