Quote Originally Posted by picaflor-azul View Post
Yes, you have to add it to the includes/templates/abbington_mega/common/tpl_home_slider.php file.
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);
}
}
? >