eccomi di nuovo, io non ho la voce content layout nel mio template.css, e nemmeno l'id sopra l'header come descritto nella spiegazione di tonicopi nell'altro post.
il mio template è goipop_money
questo è l' index.php
<?php
/**
* @copyright Copyright (C) 2007 Rene Wandel goP.I.P.
* @email info@gopip.de
* @webadress http://www.gopip.de
* @javascript fontsize from Angie Radtke/Robert Deutz
*/
defined('_JEXEC') or die('Restricted access');
$url = clone(JURI::getInstance());
?>
<?php echo '<?xml version="1.0" encoding="utf-8"?' .'>'; ?>
<!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; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<?php if($this->countModules('left and right')) : ?>
<style type="text/css">
.clr
{
width:950px;
}
</style>
<?php elseif($this->countModules('left or right')) : ?>
<style type="text/css">
.clr
{
width:950px;
}
</style>
<?php else : ?>
<style type="text/css">
.clr
{
width:950px;
}
</style>
<?php endif; ?>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<script type="text/javascript" language="javascript" src="templates/<?php echo $this->template ?>/javascript/md_stylechanger.js"></script>
</head>
<body id="bg">
<div align="center">
<div id="fontsize">
<div id="fontsize_inner">
<p class="fontsize"> <a href="index.php" title="Increase size" onclick="changeFontSize(2);return false;" class="larger"> larger[/url]<a href="index.php" title="Decrease size" onclick="changeFontSize(-2);return false;" class="smaller"> smaller[/url]<a href="index.php" title="Revert styles to default" onclick="revertStyles(); return false;" class="reset"> reset[/url] </p>
</div>
</div>
<div id="container">
<div id="header">
<div id="header_inner"> </div>
<div id="header_img1"> <a href="/index.php"><img src="templates/<?php echo $this->template ?>/images/trans.gif" border="0" height="100" width="410" alt="Joomla Template gopip_earth - goP.I.P." title="YOUR HOMEPAGE NAME"/>[/url]</div>
<div id="header_banner">
<jdoc:include type="modules" name="banner" style="xhtml" />
</div>
<div class="clr"></div>
<div id="topnav">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
<div class="clr"></div>
<div id="pathway">
<div id="pathway_inner">
<jdoc:include type="module" name="breadcrumbs" style="-2" />
</div>
</div>
</div>
<div id="leftcol">
<div id="leftcol_inner">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
</div>
<div id="maincol">
<div id="maincol_inner">
<div id="user">
<jdoc:include type="modules" name="top" style="rounded" />
<jdoc:include type="message" style="xhtml" />
</div>
<jdoc:include type="component" />
<jdoc:include type="message" style="xhtml" />
</div>
</div>
<div id="rightcol">
<div id="rightcol_inner">
<jdoc:include type="modules" name="user4" style="xhtml" />
<jdoc:include type="modules" name="user1" style="xhtml" />
<jdoc:include type="modules" name="user2" style="xhtml" />
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
</div>
<div class="clr"></div>
<div id="footer">
<div id="footer_inner">
<jdoc:include type="modules" name="footer" style="-1" />
<img src="templates/<?php echo $this->template ?>/images/trans.gif" border="0" height="50" width="300" alt="Webdesign auf Usedom - goP.IP." title="Webdesign auf Usedom - goP.IP." /></div>
</div>
</div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>