But what I can't find is the number of the new banner group set, 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);
}
}
? >



Reply With Quote
