il codice html č il seguente:
nell'head
<!--[if IE]>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie7only.css" type="text/css" />
<![endif]-->
<link rel="stylesheet" href="templates/_system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/design.css" type="text/css" />

E in body
<div id="novetretre">
<div id="top"><table>
<td><div id="logo"><jdoc:include type="modules" name="advert1" style="xhtml" /></div></td>
<td><div id="menu"><jdoc:include type="modules" name="menu" style="xhtml" /></div></td>
</table></div>
<div id="contenuto"></div>
<div id="bottom"></div>
</div>
</body>
</html>