6 lines
136 B
Smarty
Executable file
6 lines
136 B
Smarty
Executable file
<ul class="tabs">
|
|
{{ for $tabs as $tab }}
|
|
<li><a href="$tab.url" class="tab button $tab.sel">$tab.label</a></li>
|
|
{{ endfor }}
|
|
</ul>
|