Posted by
ivoht on 13 April 2009, 19:36
#1
hallo ik heb op http://www.sckr.nl/v2.0/welkom.php de welkomstpagina aangepast. middels de volgende code
Code
/*---------------------------------------------------+
| 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 '
Welkom op de website van SCKR
|

|
|
Accommodatie; |
Correspondentieadres; |
V.V.
SCKR-Ransdaal Kantine |
Secretaris Dhr. H. van de Bosch
|
Spoorstraat |
Burg. Baron van Hövellstraat 2
|
Ransdaal |
6321 DA Wijlre |
Tel.
043-4591222 |
Tel. 043-4506311 |
info@sckr.nl |
|
'
require_once THEMES."templates/footer.php";
?>