aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/rs_common_tabs.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-12 22:00:18 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-12 22:00:18 +0200
commite3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (patch)
tree0bcd2ae23f41756974fb71f23a24930b99f39549 /view/theme/diabook-aerith/rs_common_tabs.tpl
parent39009b5ac9ee1c2cbcce3ae7fc27e4b00acd03af (diff)
downloadvolse-hubzilla-e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2.tar.gz
volse-hubzilla-e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2.tar.bz2
volse-hubzilla-e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2.zip
diabook-themes: fixed css for settings aside-links
Diffstat (limited to 'view/theme/diabook-aerith/rs_common_tabs.tpl')
-rwxr-xr-xview/theme/diabook-aerith/rs_common_tabs.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/view/theme/diabook-aerith/rs_common_tabs.tpl b/view/theme/diabook-aerith/rs_common_tabs.tpl
deleted file mode 100755
index 6a1c5c71b..000000000
--- a/view/theme/diabook-aerith/rs_common_tabs.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-<h3 style="border-bottom: 1px solid #D2D2D2;">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>