diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-31 18:42:11 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-31 18:42:11 +0200 |
commit | 36545e554bd051f602c270569a20eddf432555f0 (patch) | |
tree | 8fb986714001a83587167e80f7eca55b4bcd0fd6 /view/theme/diabook/theme.php | |
parent | 19a7096be65d761abf9f9e195a862208aa6fa397 (diff) | |
download | volse-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/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 08bdfaf89..6973951a0 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -299,7 +299,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, )); |