Code: Selecteer alles
Fatal error: Call to a member function on a non-object in /data/members/free/tripod/nl/v/o/l/***/htdocs/forum/team.php on line 20
Code: Selecteer alles
<?php
// standard hack prevent
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
// standard session management
$userdata = session_pagestart($user_ip, PAGE_TEAM);
init_userprefs($userdata);
// set page title
$page_title = 'TEAM';
// standard page header
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
// assign team
$team->set_filenames(array(
'body' => 'team.tpl')
);
$team->pparse('body');
// standard page footer
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>