/ Published in: PHP
Joomla code to check and see if module exists on page.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if($this->countModules('left')) : ?> <!-- Code to appear if module exists on page goes here --> <?php endif; ?>