Index du Forum » » Bugs, Probs ...

Auteur

affichage !banner! !date! et !!!else!
wwwcdorg
113     

  Posté : 31-01-2009 18:05

et le header.php dans theme

<?PHP
/************************************************************************/ br />/* DUNE by NPDS */
/* =========================== */
/* */
/* DYNAMIC THEME engine for NPDS */
/* NPDS Copyright (c) 2002-2008 */
/* */
/* 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. */
/************************************************************************/ br />global $theme; $rep=false;
if (file_exists("themes/".$theme."/html/header.html")) {$rep=$theme;}
elseif (file_exists("themes/default/html/header.html")) {$rep="default";}
else {
echo "header.html manquant / not find !<br />";
die();
}
if ($rep) {
echo "<body !onload!=\"init();\" class=\"body\">\n";
ob_start();
!include!("themes/".$rep."/html/header.html");
$Xcontent=ob_get_contents();
ob_end_clean();
echo meta_lang(aff_langue($Xcontent));
}
?>

Mais je ne crois pas avoir touché à ces fichiers. par contre, mon premier transfert pour passer à Evolution n'était pas en binaire il y a peut-être des fichiers qui ne se sont pas substitués.
Encore merci de ton concours à résoudre mes problèmes



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=24144&forum=1