Quote:
Originally Posted by David Bott
Hello...
"Or does your style use absolute paths for image directory variables?"
Yes, we set the path for the images to be the URL of the server, not a directory.
|
You can edit the images in the vbouncer.php file in admincp, this line:
PHP Code:
echo '<td width="80%" align="left" nowrap="nowrap"><img src="' . $imgpath . '/bar3-l.gif" height="10" /><img src="' . $imgpath . '/bar3.gif" width="' . $width . '%" height="10" /><img src="' . $imgpath . "/bar3-r.gif\" height=\"10\" /></td>\n";