Pages vues depuis 25/05/2001 : 108 411 289
Index du forum »» Bugs, Probs ... »» [Résolu] - pb affichage pied de page theme Kiowa-UT
|
Message édité par : michelaero / 15-06-2012 09:29
<?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";
?>