/ Published in: PHP
If a module is set to display, load this
Expand |
Embed | Plain Text
<?php //If left module is set do this if($this->countModules('left')) { echo 'do this'; } ?>
You need to login to post a comment.
