Skip to content

Instantly share code, notes, and snippets.

@MikSDigital
Last active August 29, 2015 14:23
Show Gist options
  • Save MikSDigital/61aff3a98ab07a9624ea to your computer and use it in GitHub Desktop.
Save MikSDigital/61aff3a98ab07a9624ea to your computer and use it in GitHub Desktop.
<?php if($this->countModules('condition')) : ?>
// make this block of code if TRUE
<?php else : ?>
// make this in ELSE case (not TRUE)
<?php endif ; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment