friendica-github/view/common_tabs.tpl

5 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>