]> git.mxchange.org Git - friendica.git/blob - view/smarty3/common_tabs.tpl
Merge pull request #579 from 23n/patch-4
[friendica.git] / view / smarty3 / common_tabs.tpl
1 <ul class="tabs">
2         {{foreach $tabs as $tab}}
3                 <li id="{{$tab.id}}"><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
4         {{/foreach}}
5 </ul>