diff options
author | Michael <icarus@dabo.de> | 2012-04-13 00:10:13 +0200 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-04-13 00:10:13 +0200 |
commit | 7384786d4417ddd051b7daa71c019d3c551efc68 (patch) | |
tree | 56bc56ca94ae5d11db0c3e2f67620b15527236ad /view/theme/diabook-blue/rs_common_tabs.tpl | |
parent | 39405c8056b4a1d55c97fb2963d8776695dbeb30 (diff) | |
parent | e3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (diff) | |
download | volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.gz volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.bz2 volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook-blue/rs_common_tabs.tpl')
-rwxr-xr-x | view/theme/diabook-blue/rs_common_tabs.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/theme/diabook-blue/rs_common_tabs.tpl b/view/theme/diabook-blue/rs_common_tabs.tpl deleted file mode 100755 index 6a1c5c71b..000000000 --- a/view/theme/diabook-blue/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> |