1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/tpl/common_tabs.tpl

9 lines
347 B
Smarty
Raw Normal View History

<div id="tabs-collapse-1" class="navbar-collapse collapse">
<ul class="nav nav-tabs nav-justified">
{{foreach $tabs as $tab}}
<li class="{{$tab.sel}}" {{if $tab.id}}id="{{$tab.id}}"{{/if}}><a href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li>
{{/foreach}}
</ul>
</div>
<div class="tabs-end"></div>