Tagged Questions
0
votes
1answer
136 views
Display different header images based on current page
I want to display, based on the current page another header image.
Short example:
Home -> Image A
PageId 1,2,3,4 -> Image B (2,3,4 are childs of page
1)
PageId 5, 6 -> Image C
...
I tried to ...