ciao zanardi:
estensioni---gestione temple--mio template--mod.html:
ed e' cosi':
<?php
// Prevent direct access sans Joomla!:
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>
<body>
<div id="header">
<div style="float:left;padding-left:20px;padding-top:10px">[img]templates/<?php echo $this->template ?>/images/logo.png[/img]getCfg('sitename');?>" /></div>
<div style="float:right;padding-right:10px;text-align:right">
<div id="topmenu" style="margin-top:43px"><jdoc:include type="modules" style="horizontal" name="user3" style="xhtml" /></div>
</div>
</div>
<div id="container">
<div id="main">
<div style="padding-right:10px;padding-left:20px">
<jdoc:include type="component" />
<div align="center" class="breadcrumbs">Your are currently viewing: <jdoc:include type="module" name="breadcrumbs" style="none" /></div>
</div>
</div>
<div id="sidebar">
<div style="padding-right:15px;padding-top:10px">
<jdoc:include type="modules" name="left" style="xhtml" />
<jdoc:include type="modules" name="top" style="xhtml" />
<jdoc:include type="modules" name="right" style="xhtml" />
<jdoc:include type="modules" style="horizontal" name="user4" style="xhtml" />
</div>
</div>
<div style="clear:both"></div>
[img]templates/<?php echo $this->template ?>/images/bottom.jpg[/img]</div>
<div id="footer">
<jdoc:include type="modules" name="bottom" style="xhtml" />
<jdoc:include type="modules" name="footer" style="xhtml" />
Template courtesy of Free CMS Templates.
</div>
</body>
</html>