Hello Dew
Thank for fast awnser I try to made modification like you give it to me twice twice time but unfortunly i make some thing wrong, I try to cut and replace section by section...alway the same result=wrong, probably my fault.
This is my header.php
| Code: |
$radio_array = array("or" => $common_1, "and" => $common_2, "phrase" => $common_3);
$html = "" . $table2 . "<tr background=\"./themes/" .
$theme . "/bg.gif\"> <form target=\"_top\" method=\"post\" action=\"./directory/";
if ($usesession == "yes"){$html .= "?". session_name() . "=" . session_id() . "";}
$html .= '"><td class="title" nowrap="nowrap" valign="bottom"><a href="'. $gl[BasePath].'/'.$index.'"';
if ($usesession == "yes"){$html .= "?". session_name() . "=" . session_id() . "";}
$html .= " target=\"_top\"><img src=\"./themes/" . $theme . "/title.gif\" align=\"left\" width=\"200\" height=\"49\" ";
$html .= "border=\"0\" ";
$html .= "alt=\"" . $gl["SiteTitle"] . "\" title=\"" . $gl["SiteTitle"];
$html .= "\" /></a></td><td class=\"title\" align=\"right\" nowrap=\"nowrap\"> ";
$html .= "<font class=\"searchText\">Recherche:</font> <input ";
$html .= "class=\"textBox\" type=\"text\" name=\"term\" value=\"";
$html .= stripslashes($term) . "\" size=\"20\" /><br /><font ";
$html .= "class=\"searchLogic\"> ";
|
And this is the element i need to replace (regular html)but it work
| Code: |
<a href="http://www.balades_mustang.isgreat.org/phpbb3/index.php"
title="Retour au forum Balades Mustang">
<img src="link_forum.jpg" width="204" height="58"
align="left"
border="0"
alt="Retour au forum Balades Mustang"></a>
|
Dont take care about delay, if you have a time when you have a time.
Best regard!