I have a backend and a frontend. In the frontend all is right. The image link is correct and the image is displayed.
/img/imgProducts/Coda_VolpeAmineo%20Coda%20di%20Volpe%20IGP%206%20bottiglie%20?1367589931
In the backend, same code, I have a blank image.
/img/imgProducts/Coda_VolpeAmineo%20Coda%20di%20Volpe%20IGP%206%20bottiglie%20
Why in the frontend I see that random number? Without that the image is blank. Who is putting that number?
The code is
echo ($html->image(($this->data['Product']['imagelink']),array('title'=>$this->data['Product']['name'],'width'=>80 )));