Last active
August 29, 2015 14:23
-
-
Save MikSDigital/61aff3a98ab07a9624ea to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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