aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/common_tabs.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/common_tabs.tpl')
-rw-r--r--view/tpl/common_tabs.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl
new file mode 100644
index 000000000..f8ceff46a
--- /dev/null
+++ b/view/tpl/common_tabs.tpl
@@ -0,0 +1,5 @@
+<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>