Skip to content

Instantly share code, notes, and snippets.

@DivaVocals
Last active November 1, 2015 16:54
Show Gist options
  • Save DivaVocals/dfb20f254f7cf465ab1e to your computer and use it in GitHub Desktop.
Save DivaVocals/dfb20f254f7cf465ab1e to your computer and use it in GitHub Desktop.
Zen Cart - Display Banner when this is the homepage only
/* https://www.zen-cart.com/showthread.php?206857-Header-Banner-Choosing-how-to-display&p=1192557#post1192557 */
/* includes/templates/MYTEMPLATE/common/tpl_main_page.php - Display Banner when this is the homepage only */
if ($this_is_home_page && (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment