1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

Started on the admin overview/index page

git-svn-id: file:///svn/phpbb/trunk@734 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-07-23 18:30:35 +00:00
parent 273314d0be
commit fb52fdddb9
4 changed files with 257 additions and 1 deletions

View File

@@ -101,7 +101,10 @@ elseif( $HTTP_GET_VARS['pane'] == 'right' )
$template_header = "admin/page_header.tpl";
include('page_header_admin.'.$phpEx);
$from_index = 1;
include('admin_index.'.$phpEx);
include('page_footer_admin.'.$phpEx);
}