Forums / Setup & design / ezimage returns wrong url
Menno van Drunen
Friday 19 September 2003 8:55:37 am
i just installed ezpublish 3.2 and started migarting my design from 3.1 but something goes wrong with the images. In the .tpl file a have the following statement:
<img src={"topbar.gif"|ezimage} width="20" height="62" />
This statement returns the following html:<img src="topbar.gif" width="20" height="62" />
instead of something like:"/design/images/topbar.gif"
What am I doing wrong???
Update:I found the solution, the images where in the wrong folder. In my opinion it stays strange that the urls are mixed up when the images are not there