//------------------------------------------------ define('IN_PHPBB', true); $phpbb_root_path = 'forums/'; $site_root_path = ''; if ($path_depth == "" && $path_depth != 0) { $path_depth = 1; } for ($i=0 ; $i < $path_depth; $i++) { $phpbb_root_path = '../' . $phpbb_root_path; $site_root_path = '../' . $site_root_path; } include $site_root_path . "forums/piz_header.php"; include $site_root_path . "php/html_gen/buildGamePulldown.php"; ?>
|
|||||||||