Hi,
ich wollte meiner Seite ein Favicon verpassen. Früher hatte ich schon einmal eine Joomla-Seite dort ist mir das auch gelungen. Hier will es aber nicht. Weis jemand zufällig warum?
Hier mein PHP-Code des Templates:
MfG,PHP-Code:<?php
defined( '_JEXEC' ) or die( 'Access to this location is RESTRICTED.' );
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; ?>" >
<head>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<jdoc:include type="head" />
<?php
// inserting mootools
JHTML::_('behavior.mootools');
?>
<link rel="SHORTCUT ICON" href="/templates/wow_3_lernvid.com/favicon.ico" type="image/x-icon">
<meta name="designer" content="Juergen Koller - http://www.lernvid.com" />
<meta name="licence" content="Copywright LernVid.com - Creative Commons Sharalike 3.0" />
<link href="templates/<?php echo $this->template ?>/css/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="templates/<?php echo $this->template ?>/css/template.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 7]>
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" media="all" />
<![endif]-->
<!--[if lt IE 7]>
<link href="templates/<?php echo $this->template ?>/css/ie5x6x.css" rel="stylesheet" type="text/css" media="all" />
<![endif]-->
<?php
if($this->countModules("left")&&!$this->countModules("right")){ $contentwidth="left";}
if($this->countModules("right")&&!$this->countModules("left")){ $contentwidth="right";}
if($this->countModules("left")&&$this->countModules("right")) {$contentwidth="middle"; }
?>
<?php
$sprache = $this->language;
if(ereg("de",$sprache)) {
$url="http://wow.guidesworld.de/";
$url2="http://www.game-template.de/";
}else {
$url="http://wow.guidezworld.com";
$url2="http://www.game-template.com/";
}
?>
</head>
<body>
<div id="wrapper">
<div id="bg_up">
<div id="masthead_container">
<div id="masthead">
</div>
</div>
<div id="container">
<!-- Begin Container -->
<?php if($this->countModules('user3')) : ?>
<div id="navigation">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div>
<?php endif; ?>
<!-- Begin Page Content -->
<div id="page_content">
<!-- Begin Content Upside -->
<div id="content_up">
<div id="content_up_left">
<?php if($this->countModules('breadcrumb')) : ?>
<div id="breadcrumbs">
<jdoc:include type="module" name="breadcrumbs" />
</div>
<?php endif; ?>
<div id="content_up_right">
<?php if($this->countModules('user4')) : ?>
<div id="search">
<div id="search_inner">
<jdoc:include type="modules" name="user4" style="xhtml" />
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
<!-- End Content Upside -->
<?php if($this->countModules('left')) : ?>
<div id="sidebar_left">
<jdoc:include type="modules" name="left" style="rounded" />
</div>
<?php endif; ?>
<?php if($this->countModules('right')) : ?>
<div id="sidebar_right">
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<?php endif; ?>
<!-- Begin Content Inner -->
<div id="content_out<?php echo $contentwidth; ?>">
<?php if($this->countModules('user1 or user2')) : ?>
<div id="user_modules1">
<?php if($this->countModules('user1')) : ?>
<div id="user1">
<jdoc:include type="modules" name="user1" style="xhtml" />
</div>
<?php endif; ?>
<?php if($this->countModules('user2')) : ?>
<div id="user2">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if($this->countModules('top')) : ?>
<div id="top">
<jdoc:include type="modules" name="top" style="xhtml" />
</div>
<?php endif; ?>
<div id="content">
<jdoc:include type="component" />
</div>
</div>
</div>
<!-- Begin Content Downside -->
<div class="clr"></div>
<div id="content_down">
<div id="content_down_left">
</div>
</div>
<!-- End Content Downside -->
<div id="container2">
<!-- End Page Content -->
<?php if($this->countModules('user5 or user6')) : ?>
<div id="user_modules2">
<?php if($this->countModules('user5')) : ?>
<div id="user5">
<jdoc:include type="modules" name="user5" style="xhtml" />
</div>
<?php endif; ?>
<?php if($this->countModules('user6')) : ?>
<div id="user6">
<jdoc:include type="modules" name="user6" style="xhtml" />
</div>
<?php endif; ?>
</div>
<?php endif; ?>
<div id="footer">
<div id="date"><p><?php echo JHTML::Date($this->date_field, "%A, %d. %B %Y"); ?></p></div>
<?php if($this->countModules('footer')) : ?>
Copyright 2009 by ThePcFreakz.de
<br>
All Images, Graphics and Slogans are property of ThePcFreakz.de
<br>
<br>
</div>
<?php endif; ?>
</div>
</div>
<div class="clr"></div>
</div>
</div>
<jdoc:include type="modules" name="debug" style="xhtml" />
</body>
</html>
Kevin


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen