aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-aerith/rs_common_tabs.tpl
diff options
context:
space:
mode:
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>