The basic switching function would work something like this:
PHP Code:
$smart_image = smart_backgrounds('.gif','slideshow'); // looks for smartslideshow_page5.gif if on ez-page 5
if ($smart_image == '_page5') { // then we are on ez-page 5
// set the banner group for letteratuur
}
Unfortunately I don't know much about how the banner code works; in the right location you could condense this into something like
PHP Code:
...banner group name content = 'smartslideshow' . smart_backgrounds('.gif','slideshow')
and have the banner groups named like smartslideshow (for default), smartslideshow_page5, smartslideshow_page23, etc. They would be automatically selected based on the presence of an image named to match the page.
I will take a look and see if I can give a simple method of actually using this, but I can make no promises now.