Return to Snippet

Revision: 35708
at November 12, 2010 04:06 by cviolette


Initial Code
<?php if($this->countModules('left')) : ?>
    
    <!-- Code to appear if module exists on page goes here -->

<?php endif; ?>

Initial URL


Initial Description
Joomla code to check and see if module exists on page.

Initial Title
Joomla IF Module Position

Initial Tags
module, joomla

Initial Language
PHP