<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
$banner = $this->params->get("banner");
$banner_height = $this->params->get("banner_height");
?>
<!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>
<?php
if($this->countModules("left")&&!$this->countModules("right")){ $contentwidth="left";}
if($this->countModules("right")&&!$this->countModules("left")){ $contentwidth="right";}
if($this->countModules("left")&&$this->countModules("right")) {$contentwidth="middle"; }
?>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/suckerfish.css" type="text/css" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/suckerfish.js"></script>
<style type="text/css">
#banner {
height: <?php echo $banner_height;?>;
background-image: url(<?php echo $banner;?>);
}
</style>
</head>
<body>
<div id="container">
<div class="gras">
<div class="midcontain">
<div class="gras">
<div id="header">
<div id="schriftzug"><?php echo $mainframe->getCfg('sitename');?></div>
<div id="search_out">
<div id="date"><?php echo JHTML::Date( 'now', '%A, %d.%m.%Y' ); ?></div>
<?php if($this->countModules('user4')) : ?>
<div id="search"><jdoc:include type="modules" name="user4" style="xhtml" /></div>
<?php endif; ?>
</div>
</div>
<div id="navigation"><jdoc:include type="modules" name="user3" style="xhtml" /></div>
<div class="clearfloat"></div>
<div id="maincontent">
<?php if($this->countModules('left')) : ?>
<div id="left_out"><jdoc:include type="modules" name="left" style="rounded" /></div>
<?php endif; ?>
<?php if($this->countModules('right')) : ?>
<div id="right_out"><jdoc:include type="modules" name="right" style="rounded" /></div>
<?php endif; ?>
<div id="content_out<?php echo $contentwidth; ?>">
<div id="content_in">
<div id="banner"></div>
<div id="content"><jdoc:include type="component" /></div>
</div>
</div>
</div>
<div class="clearfloat"></div>
</div>
</div>
</div>
</div>
<div id="bottom">
<div class="midcontain">
<div id="footer">© 2009 <?php echo $mainframe->getCfg('sitename');?> | Joomla Template by <a href="http://www.vonfio.de">vonfio</a></div>
<?php if($this->countModules('user5 or user6 or user7 or user8')) : ?>
<div id="bottom_in">
<div id="user_bottom">
<div class="bottom_user"><jdoc:include type="modules" name="user5" style="xhtml" /></div>
<div class="bottom_user"><jdoc:include type="modules" name="user6" style="xhtml" /></div>
<div class="bottom_user"><jdoc:include type="modules" name="user7" style="xhtml" /></div>
<div class="bottom_user"><jdoc:include type="modules" name="user8" style="xhtml" /></div>
</div>
<div class="clearfloat"></div>
</div>
<?php endif; ?>
</div>
</div>
</body>
</html>
mi aiuti?