Hallo Anka,
Habe mal mod_feed auf die Position gebracht und siehe da- Es erscheint!!!
Aber warum???
Hier noch der orginal Code von Templateworker.com
PHP-Code:
<?php
/**
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
defined('_JEXEC') or die('Restricted access');
$url = clone(JURI::getInstance());
$showRightColumn = $this->countModules('user1 or user2 or right or top');
$showRightColumn &= JRequest::getCmd('layout') != 'form';
$showRightColumn &= JRequest::getCmd('task') != 'edit';
$path = $this->baseurl.'/templates/'.$this->template;
?>
<?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?>
<!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; ?>" dir="<?php echo $this->direction; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $path ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="css/template.css" type="text/css" />
</head>
<body>
<div align="center" class="tail">
<div class="main">
<div id="header">
<table>
<tr>
<td>
<div class="logo"><a href="index.php"></a></div>
<jdoc:include type="modules" name="user7" style="rounded" />
</td>
<td class="c2">
<div id="search">
<jdoc:include type="modules" name="user3" style="rounded" /></div>
<div id="topmenu">
<jdoc:include type="modules" name="top" />
</div>
<div id="header_bg">
<div class="space"><div class="width"><a href="#"></a></div></div>
</div>
</td>
</tr>
</table>
</div>
<div id="content">
<table id="wrapper">
<tr>
<td class="c1">
<?php if($this->countModules('user2 & user4')) : ?>
<table>
<tr>
<td class="user2"><div class="user2"><jdoc:include type="modules" name="user2" style="rounded" /></div></td>
<td class="user4"><div class="user4"><jdoc:include type="modules" name="user4" style="rounded" /></div></td>
</tr>
</table>
<?php endif; ?>
<div class="space li">
<div class="width">
<jdoc:include type="component" />
</div>
</div>
</td>
<?php if($this->countModules('user1')) : ?>
<td>
<div class="c2">
<div class="space">
<div class="width">
<jdoc:include type="modules" name="user1" style="rounded" />
</div>
</div>
</div>
</td>
<?php endif; ?>
</tr>
</table>
</div>
</div>
<div id="footer">
<div class="main"><div class="space">
<?php echo JText::_('Powered by') ?> <a href="http://www.joomla.org">Joomla!</a>.
</div></div>
</div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>
Lesezeichen