]> git.mxchange.org Git - friendica.git/blob - view/common_tabs.tpl
add "find friends" to right_aside to diabook, fixes in css in diabook
[friendica.git] / view / common_tabs.tpl
1 <ul class="tabs">
2         {{ for $tabs as $tab }}
3                 <li><a href="$tab.url" class="tab button $tab.sel">$tab.label</a></li>
4         {{ endfor }}
5 </ul>