da sehe ich nix falshes xD

Zitat von
Joomla-Hilfe
Vermutlich in der index.php des Templates.
PHP-Code:
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
// ------------------------------------------------------------------------
/**
* A default Example Index File.
*
*
* @package themeMagic
* @subpackage
* @version 1.0 Beta.
* @author Ken Erickson AKA Bookworm http://www.bookwormproductions.net
* @copyright Copyright 2009 - 2010 DesignBreakDown
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2
* please visit the themeMagic site http://www.theme-magic.com for support.
* Do not e-mail (or god forbid IM or call) me directly.
*/
// Load Framework
require('thememagic/core/framework.php');
/** Your Code Here **/
loadLayout('main', 'base');
Lesezeichen