Hi everyone...
I'm working on following webpage: http://www.dr-dent-gross.de/dev
For each page I want the banner image to change accordingly. Is there an easy way to do this through CMSms?
As of now I have the image defined through CSS as background img.
I was thinking maybe of a little bit of java script in the template, calling an img src according to the page id. But is the page id, or anything similar, defined in cmsms and where can I find it?
Thanks for any help!
Page ID for alternating banner img ?
Re: Page ID for alternating banner img ?
Use the page alias to name your images, then:
should do the trick.
Nullig
should do the trick.
Nullig
Re: Page ID for alternating banner img ?
@Nullig
It's {$page_alias}
...
It's {$page_alias}

Re: Page ID for alternating banner img ?
Absolutely right, Mark.
Thanks for pointing it out.
Nullig
Thanks for pointing it out.
Nullig