481
Joomla! 1.5 / Re: modifica codice template
« il: 09 Giu 2008, 10:24:30 »
In linea di massima, crei un if..
<?php if ($this->countModules('user6')) : { ?>
//codice del modulo al 70%
<?php else : ?>
//codice del modulo al 100%
<?php endif; ?>
<?php if ($this->countModules('user6')) : { ?>
//codice del modulo al 70%
<?php else : ?>
//codice del modulo al 100%
<?php endif; ?>