]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/templates/common_tabs.tpl
removed old comment that is no longer true
[friendica.git] / view / theme / frost-mobile / templates / common_tabs.tpl
1
2 <ul class="tabs">
3         {{foreach $tabs as $tab}}
4                 <li id="{{$tab.id}}"><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
5         {{/foreach}}
6         <div id="tabs-end"></div>
7 </ul>