aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/theme.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-31 18:42:11 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-03-31 18:42:11 +0200
commit36545e554bd051f602c270569a20eddf432555f0 (patch)
tree8fb986714001a83587167e80f7eca55b4bcd0fd6 /view/theme/diabook-red/theme.php
parent19a7096be65d761abf9f9e195a862208aa6fa397 (diff)
downloadvolse-hubzilla-36545e554bd051f602c270569a20eddf432555f0.tar.gz
volse-hubzilla-36545e554bd051f602c270569a20eddf432555f0.tar.bz2
volse-hubzilla-36545e554bd051f602c270569a20eddf432555f0.zip
diabook-themes: move "common tabs" to left side on settings page
Diffstat (limited to 'view/theme/diabook-red/theme.php')
-rwxr-xr-xview/theme/diabook-red/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php
index 6b8d6b6d4..ba5a69d25 100755
--- a/view/theme/diabook-red/theme.php
+++ b/view/theme/diabook-red/theme.php
@@ -292,7 +292,7 @@ if ($a->argv[0] === "settings"){
)
);
$tabtpl = file_get_contents(dirname(__file__).'/rs_common_tabs.tpl') ;
- $a->page['right_aside'] = replace_macros($tabtpl, array(
+ $a->page['aside'] = replace_macros($tabtpl, array(
'$tabs' => $tabs,
));