Found what I was looking for:
http://www.picaflor-azul.com/blog/?p=1033/
but that pertains to slides added using define_main_page.php, and does not relate to where slides are added using banner groups, ie., other templates.
What files need to be altered to add slides using the banner group thing? How does one identify a banner group, as in
< ? php
if (SHOW_BANNERS_GROUP_SET13 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET13)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
? >
Banner groups are not numbered in this way in the zencart banner manager, at least that I can see.
Bookmarks