]> git.mxchange.org Git - friendica.git/blob - view/smarty3/common_tabs.tpl
template engine rework
[friendica.git] / view / smarty3 / common_tabs.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <ul class="tabs">
7         {{foreach $tabs as $tab}}
8                 <li id="{{$tab.id}}"><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
9         {{/foreach}}
10 </ul>