Forum » » Questions » » header specifique pour une page
Posté : 7 févr. 2015 à 14:57
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();
}
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=26243&forum=9