Skip to content

Instantly share code, notes, and snippets.

@DivaVocals
Created November 1, 2015 16:53
Show Gist options
  • Save DivaVocals/655a82f1bf46a884b84b to your computer and use it in GitHub Desktop.
Save DivaVocals/655a82f1bf46a884b84b to your computer and use it in GitHub Desktop.
Zen Cart - Display everywhere BUT home page
/* 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