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:
@@ -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);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user