mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
e74e62dc7c
commit
5e80be9bf6
1 changed files with 4 additions and 1 deletions
|
@ -99,7 +99,10 @@ elseif( $HTTP_GET_VARS['pane'] == 'left' )
|
||||||
elseif( $HTTP_GET_VARS['pane'] == 'right' )
|
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
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue