Forums / Setup & design / display custom image in pagelayout

"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".

display custom image in pagelayout

Author Message

udaya suriya

Friday 02 June 2006 11:19:16 pm

Can anyone pls help me out....
im new to ez-publish....

well my prb is, i wants to display my top_bg.gif image in my pagelayout.tpl file in the header part as a background image...

pls tell me where i can save this image in Exponential and how?
and then how can i have to call this image in my pagelayout header part.

coz i dont understand this how Exponential manage the paths.

its very urgent too...

Thanx for your concern.

Christian Johansen

Monday 05 June 2006 10:36:29 pm

Store your images in design/yourdesign/images/ and retrieve it using the ezdesign operator as such:

<body style="background: url('images/top_bg.gif'|ezdesign);">
...
</body>