Forums / Setup & design / ezimage returns wrong url

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

ezimage returns wrong url

Author Message

Menno van Drunen

Friday 19 September 2003 8:55:37 am

i just installed Exponential 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