hey leute hab mal ne frage und zwar geht es um joomla templates. da ich aber mit den forum hier ganz zufrieden bin hoffe ihr konnt mir mal helfen, und zwar möchte ich aus diesem Template http://www.globbersthemes.com/demo/cerniqua/ diese vier sachen entfernen http://666kb.com/i/bsbp67tterdty00r4.jpg
weiß bloß nicht direkt welchen code ich löschen soll.
PHP-Code:
// SUCKERFISH //
$menu_name = $this->params->get("menuName", "mainmenu");
/*
*Cerniqua TEMPLATE*
* @copyright 2009 template design by globbers for globbersthemes Copyright (C) .All rights reserved.
*/
// 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" lang="<? echo _LANGUAGE; ?>" xml:lang="<? echo _LANGUAGE; ?>">
<head>
<?
define( 'TEMPLATEPATH', dirname(__FILE__) );
include( TEMPLATEPATH.DS."suckerfish.php");
?>
<? JHTML::_('behavior.mootools'); ?>
<jdoc:include type="head" />
<? if($my->id) initEditor(); ?>
<meta **********="Content-Type" content="text/html; <? echo _ISO; ?>" />
<link rel="stylesheet" href="<? echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<? echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<? echo $this->baseurl ?>/templates/cerniqua/css/tdefaut.css" type="text/css" media="all" />
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/cufon-yui.js"></script>
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/cufon-replace.js"></script>
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/Kabe.font.js"></script>
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/scroll.js"></script>
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/script.js"></script>
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/mouseover.js"></script>
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/jquery.js"></script>
<script type="text/javascript" src="templates/<? echo $this->template ?>/js/slideshow.js"></script>
<link rel="icon" type="image/gif" href="<? echo $this->baseurl; ?>/templates/<? echo $this->template; ?>/favicon.gif" />
<!--[if IE 6]>
<link href="templates/<? echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />
<style type="text/css">
img,.box-a,.box-b,.box-c,#menu,#slideshow,#pathway-w,#main-top,#main-bottom,#main-top-full,#main-bottom-full,#right .moduletable h3,#right .moduletable_menu h3,#right .moduletable_text h3 { behavior: url(<? echo $this->baseurl; ?>/templates/<? echo $this->template?>/scripts/iepngfix.htc); }
</style>
<![endif]-->
<!--[if IE 7]>
<link href="templates/<? echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<?
$mod_right = $this->countModules( 'right' );
if ( $mod_right ) {
$width = '';
} else {
$width = '-full';
}
?>
</head>
<body>
<div id="tool">
<div class="pagewidth">
<div id="tool-w">
<div id="datetime">
<? echo date('d -F -Y - H:i'); ?>
</div>
<jdoc:include type="modules" name="login" />
<? if($this->countModules('user4')) : ?>
<jdoc:include type="modules" name="user4" />
<? endif; ?>
</div>
</div>
</div>
<div class="pagewidth2">
<div id="sitename">
<a href="index.php"></a>
</div>
<div id="menu">
<div id="navigation">
<? TopMenu($menu_name); ?>
</div>
</div>
<div id="slideshow">
</div>
<script type="text/javascript" charset="utf-8">
var $j = jQuery.noConflict();
$j(document).ready(function(){
$j("#slideshow").slideshow({
pauseSeconds: 5,
height: 350,
caption: false
});
});
</script>
<div id="users-box">
<div class="box-a">
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>
<div class="box-b">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<div class="box-c">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
</div>
<div id="pathway-w">
<div id="pathway">
<jdoc:include type="modules" name="breadcrumb" />
</div>
<div id="visitors">
<jdoc:include type="modules" name="user5" />
</div>
</div>
<div id="main<? echo $width; ?>">
<div id="main-top<? echo $width; ?>">
</div>
<div id="main-center<? echo $width; ?>">
<jdoc:include type="component" />
</div>
<div id="main-bottom<? echo $width; ?>">
</div>
</div>
<? if($this->countModules('right')) : ?>
<div id="right">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<? endif; ?>
</div>
<div id="footer">
<div class="pagewidth">
<div class="ftb">
Copyright© <? echo date( '2008 - Y' ); ?> <? echo $mainframe->getCfg('sitename');?> .
<? if ($this->params->get('show_footertext')) : ?>
<? echo $this->params->get("footertext"); ?>
<? endif; ?>
</div>
<div id="top">
<div class="top_button">
<a href="#" onclick="scrollToTop();return false;">
</a>
</div>
</div>
</div>
</div>
</body>
</html>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen