Op het begin;
<?php
define('IN_PHPBB', true);
$phpbb_root_path = '';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
$page_title = Links;
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
En aan het einde:
Hoe kan ik dit in phpbb 3 doen?<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
mvg,
Alexander