Return to Snippet

Revision: 51404
at September 23, 2011 09:58 by bubaphex


Initial Code
<?php

//If left module is set do this
if($this->countModules('left')) {

echo 'do this';
}

?>

Initial URL


Initial Description
If a module is set to display, load this

Initial Title
If Module Set, display this

Initial Tags
joomla

Initial Language
PHP