Hallo,
habe mir 2 Dateien hier http://www.chami.com/html-kit/services/favicon/erstellt,
das Problem ist nur:
in meinem Template steht nix von shortcut icon:
Hier mal ein Auszug:
// Template Configuration
$siteName = $this->params->get('siteName');
$tooltip = $this->params->get('tooltip');
$ToolTipLogo = $this->params->get('ToolTipLogo');
$moomenu = $this->params->get('moomenu');
$slideshow_height = $this->params->get('slideshow_height');
$theme_background = $this->params->get('theme_background');
JHTML::_( 'behavior.mootools' );
?>
<!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; ?>" >
<meta name="robots" content="noarchive" />
<meta name="revisit-after" content="7 days" />
<head>
<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 href="templates/<?php echo $this->template ?>/css/suckerfish.css" rel="stylesheet" type="text/css" />
<link href="templates/<?php echo $this->template ?>/css/layout.css" rel="stylesheet" type="text/css" />
<link href="templates/<?php echo $this->template ?>/css/template.css" rel="stylesheet" type="text/css" />
<link href="templates/<?php echo $this->template ?>/css/typo.css" rel="stylesheet" type="text/css" />
<?php if ($moomenu == "1") : ?>
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/moomenu.js"></script>
<?php endif; ?>
Wo muß ich etwas hinzufügen?


LinkBack URL
About LinkBacks
Zitieren


Lesezeichen