Index perso Environnement PHPBoost V5
Index personnalisé en V5.0.XX
Créations de Modules
Swan Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre Swan
- Inscrit le : 31/05/2013
- Site internet
Comme posé dans <a href="/forum/topic-13195-1+comment-charger-environnement-phpboost-v4-0#m154189">ce sujet</a> ...
Pour ceux qui ne veulent pas s'encombrer d'un module supplémentaire :
<span class="question">Comment faire cette fameuse page Index V5 ?</span>
Sujet ouvert <img src="/images/smileys/crazy.png" alt=":crazy" class="smiley" />
Swan.

janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
même code que dans le topic, cela n'a pour le moment pas bougé.
Cordialement, janus57
Swan Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre Swan
- Inscrit le : 31/05/2013
- Site internet
J'avais un soucis sur le patht_to_root ( encore....)
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'); ?>
Édité par Swan Le 29/09/2016 à 12h52

Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie