/*
* phpBB3 blank example page.
*/
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('common');
// include page language file
$user->add_lang('page');
page_header($user->lang['PAGE_TITLE']);
/*
Put your own code here
*/
$template->set_filenames(array(
'body' =>'nanhe_kumar.html'
));
// parse page:
page_footer();
?>
No comments:
Post a Comment