diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
commit | f64e2d63b9ee66482b3461ecb6ee8f7776e23b87 (patch) | |
tree | 9aff5c840b9ec7affe78494e77ff9c2183b6394a /view/common_tabs.tpl | |
parent | 077726a193809bed5b1433713b69ce985e177925 (diff) | |
download | volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.gz volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.bz2 volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.zip |
New common tab template. Update css
Diffstat (limited to 'view/common_tabs.tpl')
-rw-r--r-- | view/common_tabs.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/common_tabs.tpl b/view/common_tabs.tpl new file mode 100644 index 000000000..146ad29fa --- /dev/null +++ b/view/common_tabs.tpl @@ -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> |