<?php

/*---------------------------------------------------+
| PHP-Fusion 7 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";

echo '
openside ("paneel naam");
<p align="center">
Sinds een aantal jaren reeds, is in 
Interesse ??? Tot ziens op de laatste zondag van juni <p> 
closeside(); 
';

require_once THEMES."templates/footer.php";
?>