Created
November 1, 2015 16:53
-
-
Save DivaVocals/655a82f1bf46a884b84b to your computer and use it in GitHub Desktop.
Zen Cart - Display everywhere BUT home page
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?176516-Banners-How-can-I-show-them-on-all-pages-EXCEPT-home&p=1007143#post1007143 */ | |
if (!this_is_home_page) { | |
// your code here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment