Return to Snippet

Revision: 13433
at April 23, 2009 15:29 by sfjalar


Initial Code
<?php if($this->countModules('condition')) { ?>
     do something
<?php } else { ?>
     do something else
<?php } ?>

Initial URL


Initial Description
Controls what actions the template's index.php file takes depending on the current state of a module or a set of modules

Initial Title
Joomla conditionals

Initial Tags
joomla

Initial Language
PHP