Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => I Template di Joomla 1.5.x => : mattialori 24 Dec 2008, 21:25:17

: tabella nell'header
: mattialori 24 Dec 2008, 21:25:17
sto facendo un template per joomla, e nell'header voglio mettere a sinistra il menu e a destra il titolo del sito, come nell'immagine:

(http://joohoo.eu/corretto.jpg)

per fare questo ho messo nell'index.php questo codice

:
<tr><td><jdoc:include type="modules" name="user1" style="raw" /></td><td><?php echo $mainframe->getCfg('sitename');?></td></tr>
invece a me viene cosi:

(http://joohoo.eu/errato.jpg)

perchè?
: Re: tabella nell'header
: mattialori 25 Dec 2008, 00:26:30
problema risolto, non avevo messo il tag <table> ......