Index du Forum » » Bugs, Probs ... |
Auteur | [Résolu] - pb affichage pied de page theme Kiowa-UT | aidadomicil 3011
| Posté : 18-06-2012 10:27
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 */
< br />/* 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\"&g t;\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";
< br />?>
|
Cet article provient de NPDS
http://www.npds.org/viewtopic.php?topic=25536&forum=1
|
|
|