From 36545e554bd051f602c270569a20eddf432555f0 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 31 Mar 2012 18:42:11 +0200 Subject: diabook-themes: move "common tabs" to left side on settings page --- view/theme/diabook-blue/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/diabook-blue/theme.php') diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php index 52879649a..4d9e31bfa 100755 --- a/view/theme/diabook-blue/theme.php +++ b/view/theme/diabook-blue/theme.php @@ -291,7 +291,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, )); -- cgit v1.2.3