diabook-themes: move "common tabs" to left side on settings page

This commit is contained in:
tommy tomson 2012-03-31 18:42:11 +02:00
commit 36545e554b
12 changed files with 31 additions and 47 deletions

View file

@ -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,
));