Last active
November 1, 2015 16:54
-
-
Save DivaVocals/dfb20f254f7cf465ab1e to your computer and use it in GitHub Desktop.
Zen Cart - Display Banner when this is the homepage only
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?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