Code: Select all
uploads\localadds_a\1.jpg I have found the output script in banners module but have no idea how to change this??? Please help.
Banner script:
Code: Select all
if( isset( $row['image'] ) && isset( $row['url'] ) )
{
$image = 'uploads';
//$image = '<img src="uploads';
if( $row['image'][0] != '/' )
{
$image .= DIRECTORY_SEPARATOR;
}
$image .= $row['image']."";
