diff options
Diffstat (limited to 'phpBB/admin/index.php')
-rw-r--r-- | phpBB/admin/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 8293c47271..466e803895 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -99,7 +99,10 @@ elseif( $HTTP_GET_VARS['pane'] == 'left' ) elseif( $HTTP_GET_VARS['pane'] == 'right' ) { - echo "This a right pane ;)"; + $template_header = "admin/page_header.tpl"; + include('page_header_admin.'.$phpEx); + + include('page_footer_admin.'.$phpEx); } else |