Ok, det er bare fordi jeg syntes koden er ret lang så jeg ville ikke poste det hele. Her er html/php filen. Skal I også bruge CSS teksten?
<!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/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div id="page">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<!-- TOP -->
<div id="topbanner">
<div id="language">
<?php if($this->countModules('user4')) : ?>
<jdoc:include type="modules" name="user4" style="" />
<?php endif; ?><div>
<div id="search"><jdoc:include type="module" name="search" /></div>
<div id="logo">
<a href="./"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/<?php echo $this->language ?>.gif" width="218" height="44" style="border-style: none"/></a>
</div>
<!-- SLUT PÅ TOP -->
</div></td>
</tr>
<tr>
<td>
<!-- ILLUSTRATIONER -->
<div id="forsideflash">
<?php
if ($this->language=="da-dk") {
?>
<jdoc:include type="modules" name="user5" style="" />
<?php } ?>
<?php
if ($this->language=="en-gb") {
?>
<jdoc:include type="modules" name="user3" style="" />
<?php } ?>
</div>
<!-- SLUT PÅ ILLUSTRATIONER -->
</td>
</tr>
<tr>
<td><div id="mellemspalte">
<?php if($this->countModules('left')) : ?>
<div id="mellemspalte_venstre">
<jdoc:include type="modules" name="left" style="" />
</div>
<?php endif; ?>
<?php if($this->params->get('showComponent')) : ?>
<div id="indhold">
<jdoc:include type="component" />
</div>
<?php endif; ?>
</div> <!-- slut mellem -->
</td>
</tr>
<tr>
<td><?php if($this->countModules('bottom')) : ?>
<jdoc:include type="modules" name="bottom" style="" />
<?php endif; ?>
</td>
</tr>
</table>
</div>
<div id="bottomline">
<?php
if ($this->language=="da-dk") {
?>
<jdoc:include type="modules" name="user1" style="" />
<?php } ?>
<?php
if ($this->language=="en-gb") {
?>
<jdoc:include type="modules" name="user2" style="" />
<?php } ?>
</div>
</body>
</html>