mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Minor change so that a page header and footer are output to right pane
git-svn-id: file:///svn/phpbb/trunk@697 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user