1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 07:48:28 +00:00
friendica-github/view/common_tabs.tpl
2011-10-10 15:28:34 +02:00

5 lines
136 B
Smarty

<ul class="tabs">
{{ for $tabs as $tab }}
<li><a href="$tab.url" class="tab button $tab.sel">$tab.label</a></li>
{{ endfor }}
</ul>