]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/common_tabs.tpl
940e5aeb2fd7becf6c2f291c674baa68f32d5b24
[friendica.git] / view / theme / decaf-mobile / common_tabs.tpl
1 <ul class="tabs">
2         {{ for $tabs as $tab }}
3                 <li id="$tab.id"><a href="$tab.url" class="tab button $tab.sel"{{ if $tab.title }} title="$tab.title"{{ endif }}>$tab.label</a></li>
4         {{ endfor }}
5         <div id="tabs-end"></div>
6 </ul>