just noticed this small bug in usercp.inc
<td valign="middle"><a class="UserControlPanel" href="search.php?<?php echo $_RSID; ?>"><img src="<?php echo $GLOBALS["fud_img_suffix"];?>top_search.gif" border=0 alt="Search"></a></td>
should be
<td valign="middle"><a class="UserControlPanel" href="search.php?<?php echo $_RSID; ?>"><img src="<?php echo $GLOBALS["WWW_ROOT"].$GLOBALS["fud_img_suffix"];?>to p_search.gif" border=0 alt="Search"></a></td>
**EDIT**
wasnt easy to see,
$GLOBALS["WWW_ROOT"].
added befor
$GLOBALS["fud_img_suffix"]
**EDIT**
same with Members image,
found in index.php
existing_content.gif
goto.gif
new_content.gif
worth checking the rest of the images if you already havnt fixed it.
[Updated on: Thu, 16 May 2002 12:14]
Report message to a moderator