i want to do the next thing:
i'm developing a Joomla website that has a background with some images displaying.
what i want is to display different images depending on the website section displayed, for example:
HOME: ../images/img1.jpg ../images/img2.jpg
ABOUT US: ../images/img3.jpg ../images/img4.jpg
i thought of using some kind of override on the "edit menu item" layout on the back-end to add some new fields where i choose the pictures i want that section to display, and then output those files as HTML on the template.
is there a way to do this?
or maybe there's an easier way.