overall_header + overall_footer in pagina
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- Xanland
- Berichten: 828
- Lid geworden op: 23 jan 2005, 17:02
- Locatie: Apeldoorn, The Netherlands
- Contacteer:
overall_header + overall_footer in pagina
Hallo Allemaal,
Welke link heb ik nodig om de overall_header en de overall_footer in een nieuwe pagina in te voegen? Ik wil niet de hele overall_header en de overall_footer kopieëren. Ik heb tevens niks gevonden wat er op lijkt in de "index.php"!
Welke link heb ik nodig om de overall_header en de overall_footer in een nieuwe pagina in te voegen? Ik wil niet de hele overall_header en de overall_footer kopieëren. Ik heb tevens niks gevonden wat er op lijkt in de "index.php"!
Code: Selecteer alles
include($phpbb_root_path . 'includes/page_header.'.$phpEx);//En
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
- Xanland
- Berichten: 828
- Lid geworden op: 23 jan 2005, 17:02
- Locatie: Apeldoorn, The Netherlands
- Contacteer:
Medewerkers-pagina:
Wat is er fout en waarom doet hij het niet?
En als ik naar de link heen ga krijg ik dit: Parse error: parse error in /data/members/free/tripod/nl/x/a/n/xanland/htdocs/mheenpark/beheer.php on line 23. En zonder al die "troep" krijg ik dit (Bij die pagina zijn de 2e t/m 21e regel(s) eruit gesloopt).
Code: Selecteer alles
<?php
/***************************************************************************
* beheer.php
* -------------------
* begin : Thuesday, Nov 08, 2005
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: beheer.php,v 1.0 2005/11/08 20:39:15
*
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr valign="top" align="center">
<td colspan="2"><img src="http://members.lycos.nl/xanland/mheenpark/alexisBlue/images/beheer.gif" width="285" height="45" alt=""/></p></td>
</tr>
<td>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th width="20%" class="thTop">Gebruikersnaam</th>
<th width="20%" class="thTop">Rank</th>
<th width="20%" class="thTop">Email</th>
<th width="20%" class="thTop">Privé Message</th>
<th width="20%" class="thCornerR">Website</th>
</tr
<tr>
<td align="center" class="row2" style="padding: 0.5em;"><span class="genmed"><a href="profile.php?mode=viewprofile&u=1" class="genmed"><b>Xanland</b></a></span></td>
<td align="center" class="row1"><span class="genmed"><b style="color:#FFA34F">Administrator</b></span></td>
<td align="center" class="row2"><a href="profile.php?mode=email&u=5437"><img src="templates/alexisBlue/images/lang_english/icon_email.gif" alt="Verstuur mail" title="Verstuur mail" border="0" /></a></td>
<td align="center" class="row1"><a href="privmsg.php?mode=post&u=8151"><img src="templates/alexisBlue/images/lang_english/icon_pm.gif" alt="Stuur privé bericht" title="Stuur privé bericht" border="0" /></a></td>
<td align="center" class="row2"><a href="http://www.xanland.nl.tt"><img src="templates/alexisBlue/images/lang_english/icon_www.gif" alt="" title="" border="0" /></a></td>
</tr>
<tr>
<td align="center" class="row2" style="padding: 0.5em;"><span class="genmed"><a href="profile.php?mode=viewprofile&u=2" class="genmed"><b>sjoezon</b></a></span></td>
<td align="center" class="row1"><span class="genmed"><b style="color:#006600">Moderator</b></span></td>
<td align="center" class="row2"><a href="profile.php?mode=email&u=5437"><img src="templates/alexisBlue/images/lang_english/icon_email.gif" alt="Verstuur mail" title="Verstuur mail" border="0" /></a></td>
<td align="center" class="row1"><a href="privmsg.php?mode=post&u=8151"><img src="templates/alexisBlue/images/lang_english/icon_pm.gif" alt="Stuur privé bericht" title="Stuur privé bericht" border="0" /></a></td>
<td align="center" class="row2"><a href="http://www.mheenpark.tk"><img src="templates/alexisBlue/images/lang_english/icon_www.gif" alt="" title="" border="0" /></a></td>
</tr>
</table>
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
En als ik naar de link heen ga krijg ik dit: Parse error: parse error in /data/members/free/tripod/nl/x/a/n/xanland/htdocs/mheenpark/beheer.php on line 23. En zonder al die "troep" krijg ik dit (Bij die pagina zijn de 2e t/m 21e regel(s) eruit gesloopt).
Laatst gewijzigd door Xanland op 08 nov 2005, 20:47, 2 keer totaal gewijzigd.
Code: Selecteer alles
<?php
/***************************************************************************
* beheer.php
* -------------------
* begin : Thuesday, Nov 08, 2005
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: beheer.php,v 1.0 2005/11/08 20:39:15
*
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr valign="top" align="center">
<td colspan="2"><img src="http://members.lycos.nl/xanland/mheenpark/alexisBlue/images/beheer.gif" width="285" height="45" alt=""/></p></td>
</tr>
<td>
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th width="20%" class="thTop">Gebruikersnaam</th>
<th width="20%" class="thTop">Rank</th>
<th width="20%" class="thTop">Email</th>
<th width="20%" class="thTop">Privé Message</th>
<th width="20%" class="thCornerR">Website</th>
</tr
<tr>
<td align="center" class="row2" style="padding: 0.5em;"><span class="genmed"><a href="profile.php?mode=viewprofile&u=1" class="genmed"><b>Xanland</b></a></span></td>
<td align="center" class="row1"><span class="genmed"><b style="color:#FFA34F">Administrator</b></span></td>
<td align="center" class="row2"><a href="profile.php?mode=email&u=5437"><img src="templates/alexisBlue/images/lang_english/icon_email.gif" alt="Verstuur mail" title="Verstuur mail" border="0" /></a></td>
<td align="center" class="row1"><a href="privmsg.php?mode=post&u=8151"><img src="templates/alexisBlue/images/lang_english/icon_pm.gif" alt="Stuur privé bericht" title="Stuur privé bericht" border="0" /></a></td>
<td align="center" class="row2"><a href="http://www.xanland.nl.tt"><img src="templates/alexisBlue/images/lang_english/icon_www.gif" alt="" title="" border="0" /></a></td>
</tr>
<tr>
<td align="center" class="row2" style="padding: 0.5em;"><span class="genmed"><a href="profile.php?mode=viewprofile&u=2" class="genmed"><b>sjoezon</b></a></span></td>
<td align="center" class="row1"><span class="genmed"><b style="color:#006600">Moderator</b></span></td>
<td align="center" class="row2"><a href="profile.php?mode=email&u=5437"><img src="templates/alexisBlue/images/lang_english/icon_email.gif" alt="Verstuur mail" title="Verstuur mail" border="0" /></a></td>
<td align="center" class="row1"><a href="privmsg.php?mode=post&u=8151"><img src="templates/alexisBlue/images/lang_english/icon_pm.gif" alt="Stuur privé bericht" title="Stuur privé bericht" border="0" /></a></td>
<td align="center" class="row2"><a href="http://www.mheenpark.tk"><img src="templates/alexisBlue/images/lang_english/icon_www.gif" alt="" title="" border="0" /></a></td>
</tr>
</table><?php
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
Code: Selecteer alles
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
//
