streams/view/tpl/smarty3/common_tabs.tpl
2013-01-25 13:55:42 -08:00

11 lines
No EOL
365 B
Smarty

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<ul class="tabs">
{{foreach $tabs as $tab}}
<li {{if $tab.id}}id="{{$tab.id}}"{{/if}}><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
{{/foreach}}
</ul>
<div class="tabs-end"></div>