hoe? eigen site via phpBB
Geplaatst: 18 jan 2006, 14:26
Iets wat ik dus niet kan. Ik kan wel wat verzinnen maar hoe doe je dan de hearder en de menu [gebruikt phpBB PORTAL ++]paulus schreef:Dat is gewoon een lege pagina, met een template. IS dus puur html
Code: Selecteer alles
<?php
/***************************************************************************
* pagina.php
* -------------------
* begin : Tuesday, Octobre 22, 2005
* copyright : (C) Lucas van Dijk
* email : lucas@aoe3capitol.nl
*
* $Id: pagina.php,v 1.00 2005/08/23 21:31 MrLucky Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//
$template -> set_filenames('array('body' => 'pagina_body.tpl'));
include($phpbb_root_path.'includes/page_header.php');
$template -> pparse('body');
include($phpbb_root_path.'includes/page_tail.php');
?>
Code: Selecteer alles
<table>
<tr>
<td>Hier jouw HTML<br /><br />
de <html> tag etc is niet nodig in dit bestand.
</td>
</tr>
</table>