Nein hat es nicht und in der index.php finde ich nichts vergleichbares.
Ich schreib grad eine Mail an joomlaplates.com wo ich das Template herhab. Vielleicht wissen die ja was.
index.php
PHP-Code:
<?php
/*--------------------------------------------------------------
# Design by Joomlaplates.com - April 2008
# Copyright (C) 2007 Joomlaplates.com All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.joomlaplates.com
# Support: info@joomlaplates.com
---------------------------------------------------------------*/
// no direct access
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/general.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template_css.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/layout.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/suckerfish.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/iehover.js"></script>
<?php if($this->countModules('right') == 0) { ?>
<style type="text/css" media="screen">
#right { display:none; }
#left { width:840px;}
</style>
<?php } ?>
<!--[if lte IE 6]>
<style type="text/css">
img { behavior: url(templates/<?php echo $this->template ?>/css/iepngfix.htc); }
/* SUCKERFISH HACK*/
#nav li li{
display: block;
float: left;
}
#nav li ul{
margin-top: 0; /* IE6 only */
}
#nav li.sfhover.active a{
background-position: left bottom;
color: #ccc;
}
#content_middle {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/jp_ultraclean/images/main_repeat.png', sizingMethod='scale');
background: none;
height:100%;
}
#content_middle{
height:330px;
}
a, ul,
.moduletable,
form,
#content_middle,
div.contentpane {position:relative;} /* hyperlink clickable fix */
</style>
<![endif]-->
<style type="text/css">
</style>
</head>
<body >
<!--Beginn Header -->
<div id="header-outer">
<div id="header">
<div id="search"><form action="index.php?option=com_search&Itemid=5" method="get">
<div class="search">
<input name="searchword" maxlength="220" alt="search" class="inputbox_top" type="text" size="22" value="search..." onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /> </div>
<input type="hidden" name="option" value="com_search" />
<input type="hidden" name="Itemid" value="5" />
</form> </div>
<div id="topmenu"><jdoc:include type="modules" name="top" style="xhtml" /></div>
<div id="nav"><jdoc:include type="modules" name="suckerfish" style="xhtml" /></div>
<div id="logo"><a href="index.php"><img src="templates/<?php echo $this->template ?>/images/logo.gif" alt="" border="0" /></a></div>
<div id="banner"><jdoc:include type="modules" name="banner" style="rounded" />
</div>
</div>
</div>
<!--Beginn Content -->
<div id="content_wrapper">
<div id="content_top"></div>
<div id="content_middle">
<div id="left">
<div id="mainbody"><jdoc:include type="component" /></div></div>
<div id="right"><?php if($this->countModules('right')) : ?>
<jdoc:include type="modules" name="right" style="rounded" />
<?php endif; ?></div>
<div class="clear"></div>
</div>
<div id="content_bottom"></div>
</div>
<!--Beginn Footer -->
<div id="footer-outer" >
<div id="footer">
<div id="copyright" class="clear">(c) by YourCompany.com | Based on valid <a href="http://validator.w3.org/check?uri=referer" target="_blank">XHTML 1.0</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">CSS 2.0</a> code |
Template Design by: <a href="http://www.Joomlaplates.com">Joomlaplates.com</a>
</div>
</div>
</div>
</body>
</html>
Lesezeichen