1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-11 14:28:28 +00:00
friendica-github/view/common_tabs.tpl
2012-07-23 20:37:00 -06:00

5 lines
198 B
Smarty

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