/ Published in: PHP
If a module is set to display, load this
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php //If left module is set do this if($this->countModules('left')) { echo 'do this'; } ?>