# Copyright (c) 2007 Erwan Briand # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # ***** END LICENSE BLOCK ***** /* Inclusion des fichiers de configuration */ require(dirname(__FILE__).'/include/erreurs.inc.php'); require(dirname(__FILE__).'/include/divers.inc.php'); require(dirname(__FILE__).'/include/mail.inc.php'); require(dirname(__FILE__).'/include/members.inc.php'); // require(dirname(__FILE__).'/include/vignettes.inc.php'); require(dirname(__FILE__).'/include/bbcode.inc.php'); require(dirname(__FILE__).'/include/visites.inc.php'); /* Début de la mise en cache */ /* $urldemandee=$_SERVER['REQUEST_URI']; $urldemandee=ereg_replace('/','-',$urldemandee); $fichierCache='cache/cache'.$urldemandee; if (!IsLogged() && !@filemtime($fichierCache) '; if ($ct_title == "CodingTeam.net") { echo 'CodingTeam.net - '.CODINGTEAM_TOUT_TITLE.' '; } else { echo ''.$ct_title.''; if (!empty($ct_description)) { echo ' '; } } echo ' '; if ($_SERVER['PHP_SELF'] == '/index.php') { echo ' '; } require(dirname(__FILE__).'/include/javascript.inc.php'); echo ' '; require(dirname(__FILE__).'/template/menu_gauche_haut.inc.php'); ?>