1
I Template di Joomla 1.5.x / [RISOLTO] Re:Logo, immagine e impaginazione.
« il: 01 Giu 2011, 20:31:47 »
Allora, ho risolto - su suggerimento di un altro utente del forum - cancellando nel file index.php contenuto nella cartella del template le seguenti righe:
<div id="h_area"><?php if($this->params->get('hideLogo') == 0) : ?><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo<?php echo $this->params->get('logoVariation'); ?>.gif" alt="" align="left" /><?php endif; ?><a href="index.php" class="logo" title=""><?php echo $mainframe->getCfg('sitename') ;?>[/url]
<?php if($this->countModules('user4')) : ?><div id="user4"><jdoc:include type="modules" name="user4" /></div><?php endif; ?></div>
Spero che possa essere utile anche ad altri utenti. E grazie a tutti per la pazienza!
Michele
<div id="h_area"><?php if($this->params->get('hideLogo') == 0) : ?><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo<?php echo $this->params->get('logoVariation'); ?>.gif" alt="" align="left" /><?php endif; ?><a href="index.php" class="logo" title=""><?php echo $mainframe->getCfg('sitename') ;?>[/url]
<?php if($this->countModules('user4')) : ?><div id="user4"><jdoc:include type="modules" name="user4" /></div><?php endif; ?></div>
Spero che possa essere utile anche ad altri utenti. E grazie a tutti per la pazienza!
Michele