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