diabook-themes: move "common tabs" to left side on settings page
This commit is contained in:
parent
19a7096be6
commit
36545e554b
12 changed files with 31 additions and 47 deletions
|
|
@ -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,
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue