diff options
Diffstat (limited to 'view/theme/diabook-aerith/theme.php')
-rwxr-xr-x | view/theme/diabook-aerith/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php index 38dd9ae8c..132d69b47 100755 --- a/view/theme/diabook-aerith/theme.php +++ b/view/theme/diabook-aerith/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, )); |