New common tab template. Update css
This commit is contained in:
5
view/common_tabs.tpl
Normal file
5
view/common_tabs.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<ul class="tabs">
|
||||
{{ for $tabs as $tab }}
|
||||
<li><a href="$tab.url" class="tab button $tab.sel">$tab.label</a></li>
|
||||
{{ endfor }}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user