From fb52fdddb929f131bfb3443b2329cf686084ba94 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Mon, 23 Jul 2001 18:30:35 +0000 Subject: Started on the admin overview/index page git-svn-id: file:///svn/phpbb/trunk@734 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phpBB/admin/index.php') diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 466e803895..67a905e401 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -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); } -- cgit v1.2.1