diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-31 16:58:02 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-31 16:58:02 +0200 |
commit | 13ded12ffb73a9c9ef2e94500e74f6f30481a0c8 (patch) | |
tree | 52e17af1bb04bec2604872fd2fb7bcabc6c26ed0 /view/theme/diabook-red/rs_common_tabs.tpl | |
parent | adebc2793e84344fca1700eb6af583a9a0abcb1a (diff) | |
download | volse-hubzilla-13ded12ffb73a9c9ef2e94500e74f6f30481a0c8.tar.gz volse-hubzilla-13ded12ffb73a9c9ef2e94500e74f6f30481a0c8.tar.bz2 volse-hubzilla-13ded12ffb73a9c9ef2e94500e74f6f30481a0c8.zip |
move the common tabs to right_aside in diabook-derivates
Diffstat (limited to 'view/theme/diabook-red/rs_common_tabs.tpl')
-rwxr-xr-x | view/theme/diabook-red/rs_common_tabs.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/diabook-red/rs_common_tabs.tpl b/view/theme/diabook-red/rs_common_tabs.tpl new file mode 100755 index 000000000..513778e76 --- /dev/null +++ b/view/theme/diabook-red/rs_common_tabs.tpl @@ -0,0 +1,6 @@ +<h3 style="margin-top: 0px; padding-left: 0px; text-align: center;">Settings Menu</h3> +<ul class="rs_tabs"> + {{ for $tabs as $tab }} + <li><a href="$tab.url" class="rs_tab button $tab.sel">$tab.label</a></li> + {{ endfor }} +</ul> |