VI. Tutoriels communautaires

Index perso : Environnement PHPBoost V5

Dernière mise à jour : 30/09/2016 à 10h23
Pour faire simple :



Comme pour la 4.0 et la 4.1 voici l'index 5.0.XX que vous pouvez personnalisez directement à la racine :



Code PHP :
<?php
 
/*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.
 *
 * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 ###################################################*/
define('PATH_TO_ROOT', '.');
//Début du chargement de l'environnement
include_once('./kernel/init.php');
 
//Chargement d'un fichier css, ici le fichier css du module news
define('ALTERNATIVE_CSS', 'design');
 
//Titre de la page, ici Accueil
define('TITLE', 'Accueil');
 
//Chargement de l'environnement ( header )
require_once('./kernel/header.php');
 
//Chargement des fichiers de langue et autres
global $LANG,$CONFIG;
?>
 
Mon petit texte ! (:
 
 
<?php
include_once('./kernel/footer.php');
?>


Et si vous avez des question sur le sujet vous pouvez les poser dans le sujet en Forum ^^
Cette page a été vue 2379 fois