mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:42:54 +00:00
5 lines
185 B
Smarty
5 lines
185 B
Smarty
<ul class="tabs">
|
|
{{ for $tabs as $tab }}
|
|
<li><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li>
|
|
{{ endfor }}
|
|
</ul>
|