Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = '../forum/';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
<html>
<head>
</head>
<body>
<?php
echo "test" ;
?>
</body>
</html>
<?php
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
Was muss ich wo includen?
Habs leider in der Suche nicht gefunden - Vielen Dank im voraus