diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-12 22:00:18 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-12 22:00:18 +0200 |
commit | e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (patch) | |
tree | 0bcd2ae23f41756974fb71f23a24930b99f39549 /view/theme/diabook-red/rs_common_tabs.tpl | |
parent | 39009b5ac9ee1c2cbcce3ae7fc27e4b00acd03af (diff) | |
download | volse-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-red/rs_common_tabs.tpl')
-rwxr-xr-x | view/theme/diabook-red/rs_common_tabs.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/theme/diabook-red/rs_common_tabs.tpl b/view/theme/diabook-red/rs_common_tabs.tpl deleted file mode 100755 index 6a1c5c71b..000000000 --- a/view/theme/diabook-red/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> |