<?php
Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /home/marjanm/public_html/news/functions.php on line 596
?>
<?php
magic_quotes_gpc = Off
register_globals = Off
?>
<?php
magic_quotes_gpc = Off
register_globals = Off
date.timezone = Europe/London
?>
<?php
Number of news articles to show per page
<?php
$cppage = '10';
include 'news/index.php';
?>
?>