Index du Forum » » Le coin des codeurs

Auteur

Bug help variable ....
Hotfirenet
1738       
 

  Posté : 20-10-2003 11:07

Voila ce que g fait

dans le theme.php

if ($themeTMP=="1") {
themesideboxgauche();
} else {
themesideboxdroite();
}



function themesideboxgauche($title, $content) {
global $theme;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\" bgcolor=\"#000000\">\n"
."<tr><td width=\"100%\" bgcolor=\"#D3DCD1\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"3\" width=\"100%\" bgcolor=\"#3E4D37\" background=\"themes/$theme/images/grbackmenu.gif\">\n"
."<tr><td width=\"15\"><p align=\"center\">\n"
."<img border=\"0\" src=\"themes/$theme/images/cross.gif\" align=\"left\" width=\"15\" height=\"15\"></td>\n"
."<td width=\"135\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\" bgcolor=\"#000000\">\n"
."<tr><td width=\"100%\" bgcolor=\"#D3DCD1\"><font size=\"2\"><b> $title</b></font></td>\n"
."</tr></table></td></tr></table></t d></tr><tr><td width=\"100%\" background=\"themes/$theme/images/lines.gif\">\n"
."<img border=\"0\" src=\"themes/$theme/images/lines.gif\" width=\"150\" height=\"8\"></td></tr>"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" width=\"100%\">\n"
."<tr><td width=\"100%\"><font size=\"2\">$content</font></td>\n"
."</tr></table></td></tr></table></t d></tr></table>\n";

}

function themesideboxdroite($title, $content) {
global $theme;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\" bgcolor=\"#c0c0c0\">\n"
."<tr><td width=\"100%\" bgcolor=\"#c0c0c0\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"3\" width=\"100%\" bgcolor=\"#c0c0c0c\" background=\"themes/$theme/images/grbackmenu.gif\">\n"
."<tr><td width=\"15\"><p align=\"center\">\n"
."<img border=\"0\" src=\"themes/$theme/images/cross.gif\" align=\"left\" width=\"15\" height=\"15\"></td>\n"
."<td width=\"135\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"100%\" bgcolor=\"#000000\">\n"
."<tr><td width=\"100%\" bgcolor=\"#D3DCD1\"><font size=\"2\"><b> $title</b></font></td>\n"
."</tr></table></td></tr></table></t d></tr><tr><td width=\"100%\" background=\"themes/$theme/images/lines.gif\">\n"
."<img border=\"0\" src=\"themes/$theme/images/lines.gif\" width=\"150\" height=\"8\"></td></tr>"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" width=\"100%\">\n"
."<tr><td width=\"100%\"><font size=\"2\">$content</font></td>\n"
."</tr></table></td></tr></table></t d></tr></table>\n";

}

et dans le header g mis
$themeTMP=1

voila ce que ca me repond

Warning: Missing argument 1 for themesideboxdroite() in c:\program files\easyphp\www\5.0-iz-xinstall\themes\Concours\theme.php on line 147

Warning: Missing argument 2 for themesideboxdroite() in c:\program files\easyphp\www\5.0-iz-xinstall\themes\Concours\theme.php on line 147


et ligne 147 du theme y a

function themesideboxdroite($title, $content) {


[ Message édité par : Hotfirenet : 20-10-2003 12:46 ]



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=8120&forum=5