Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : hoguera 11 Feb 2009, 13:24:01

: (Risolto)Inserimento partita iva su templates.php
: hoguera 11 Feb 2009, 13:24:01
Ciao,
mi spiegate come inserire la partita iva e l'intestazione ?
Questa è la parte del file:
</table>
</div> 
<?else:?>
    <?php echo $mainframe->getCfg('Copyright 2009 www.sardaceramiche') ;?>, Powered by <a href="http://joomla.org/" class="sgfooter" target="_blank">Joomla![/url] and designed by SiteGround <a href="http://www.siteground.com/" target="_blank" class="sgfooter">web hosting[/url]
 <?endif;?>
Vorrei inoltre lasciare il collegamento a Joomla ed eliminare il collegamento a siteground, già è visibile in home sul lato sinistro.
http://sardaceramiche.altervista.org/ (http://sardaceramiche.altervista.org/)
grazie
: Re: Inserimento partita iva su templates.php
: .: BlackHat :. 11 Feb 2009, 13:37:42
:
<?else:?>
    P.IVA: 798789797, <?php echo $mainframe->getCfg('Copyright 2009 www.sardaceramiche') ;?>, Powered by Joomla!<?endif;?>

basta inserire quello che vuoi prima o dopo i tag php "<? ?>"
: Re: Inserimento partita iva su templates.php
: hoguera 11 Feb 2009, 14:12:14
Ciao, ho risolto! :)
Grazie della spiegazione