Questo è il file index.php del template installato
Codice PHP:
<?php
// 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>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/style.css" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/script.js"></script>
</head>
<body>
<div class="PageBackgroundGradient"></div>
<div class="Main">
<div class="Sheet">
<div class="Sheet-tl"></div>
<div class="Sheet-tr"><div></div></div>
<div class="Sheet-bl"><div></div></div>
<div class="Sheet-br"><div></div></div>
<div class="Sheet-tc"><div></div></div>
<div class="Sheet-bc"><div></div></div>
<div class="Sheet-cl"><div></div></div>
<div class="Sheet-cr"><div></div></div>
<div class="Sheet-cc"></div>
<div class="Sheet-body">
<div class="Header">
<div class="Header-c"></div>
<div class="logo">
<h1 id="name-text" class="logo-name"><a href="<?php echo $this->baseurl ?>/">TechLine.de</a></h1>
<div id="slogan-text" class="logo-text">Hosting - Templates - Shop's</div>
</div>
</div>
<jdoc:include type="modules" name="user3" style="artmenu" />
<div class="contentLayout">
<div class="sidebar1">
<jdoc:include type="modules" name="left" style="artblock" />
</div>
<div class="content">
<jdoc:include type="modules" name="breadcrumb" />
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
<div class="sidebar2">
<jdoc:include type="modules" name="right" style="artblock" />
</div>
</div>
<div class="clear-float"></div>
<div class="Footer">
<div class="Footer-inner">
<a href="<?php $headData = $this->getHeadData(); if(count($headData['links']) != 0) {echo JRoute::_('index.php?format=feed&type=atom', false);} ?>" class="rss-tag-icon" title="RSS"></a>
<!-- To remove this line or our link you must buy the "Pro-Version" on TechLine.de! -->
<div class="Footer-text"><p>Copyright © 2009 by TechLine.de<br/>All Rights Reserved.</p>
</div>
</div>
<div class="Footer-background"></div>
</div>
</div>
</div>
<!-- To remove this line or our link you must buy the "Pro-Version" on TechLine.de! -->
<p class="page-footer">Powered by <a href="http://www.joomla.org">Joomla!</a> and <a href="http://www.techline.de">Joomla template</a> created by TechLine.</p>
</div>
</body>
</html>
Dove dovrei modificare per togliere il logo in alto e sostituirlo col banner??