advanced code snippet search
bubaphex on 09/23/11
joomla
09/23/11 09:58am
If a module is set to display, load this
<?php //If left module is set do thisif($this->countModules('left')) { echo 'do this';} ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.