Last active
November 1, 2015 16:53
-
-
Save DivaVocals/e61cd8c9d06e3c78a1fa to your computer and use it in GitHub Desktop.
Zen Cart - Display Banner everywhere EXCEPT homepage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://www.zen-cart.com/showthread.php?71519-How-do-i-make-banner-ads-appear-on-the-front-page-only&p=628667#post628667 */ | |
/* includes/templates/MYTEMPLATE/common/tpl_main_page.php - Display Banner everywhere EXCEPT homepage */ | |
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