]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook-aerith/rs_common_tabs.tpl
move the common tabs to right_aside in diabook-derivates
[friendica.git] / view / theme / diabook-aerith / rs_common_tabs.tpl
diff --git a/view/theme/diabook-aerith/rs_common_tabs.tpl b/view/theme/diabook-aerith/rs_common_tabs.tpl
new file mode 100755 (executable)
index 0000000..513778e
--- /dev/null
@@ -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>