website logo
Auteur
avatar
aidadomicil

Forum » » Bugs, Probs ... » » [Résolu] - pb affichage pied de page theme Kiowa-UT


Posté : 18 juin 2012 à 10:27 icone du post

ah oui à ce point là? effectivement c'est un vieux thème...
en fait il faudrait éditer non pas le fichier footer.html, mais le fichier footer.php du rep de ton theme et rajouter la fonction

footmsg();

ci-dessous un vieux footer, prends exemple dessus



<?php
/**************************************/
/* themes xp silver adapté pour NPDS5 */
/* adaptation faire par dodi          */
/**************************************/
global $theme$bgcolor1$bgcolor2$bgcolor3$bgcolor4$bgcolor5$bgcolor6$textcolor1$textcolor2$textcolor3$bargif;
global 
$thename$index$pdst;
if (
$pdst == 1) {
    echo 
"</td><td><img src=\"themes/$theme/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"150\">\n";
    rightblocks();
}
    echo "</td><td bgcolor=\"#ffffff\"><img src=\"themes/
$theme/images/pixel.gif\" width=10 height=1 border=0 alt=\"\">\n"
    ."</td></tr></table>\n"
    ."<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#ffffff\" align=\"center\">\n"
    ."<tr align=\"center\">\n"
    ."<td width=\"100%\" colspan=\"3\">\n";
    footmsg();
    echo "</td></tr></table>\n";
?>



Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=25536&forum=1