[QUOTE=avenger;13087]Poste mal Deine “_header.tpl”…[/QUOTE]
… hier mal die (fast) komplette _header.tpl. Das ganze Monster will ich eigentlich niemandem hier zumuten. Ist eigentlich bis auf das auskommentierte Logo und den besagten Flashcode weitestgehend original!
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
<html[{if $oView->getActiveLangAbbr()}] lang="[{ $oView->getActiveLangAbbr()
}]"[{/if}]><head>
[{assign var="_titlesuffix" value=$_titlesuffix|default:$oView->getTitleSuffix()}]
[{assign var=“title” value=$title|default:$oView->getTitle() }]
<title>[{$oxcmp_shop->oxshops__oxtitleprefix->value}][{if $title}] | [{$title|strip_tags}][{/if}][{if
$_titlesuffix}] | [{$_titlesuffix}][{/if}]</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=[{$charset}]”>
[{if $oView->noIndex() == 1 }]
<meta name=“ROBOTS” content=“NOINDEX, NOFOLLOW”>
[{elseif $oView->noIndex() == 2 }]
<meta name=“ROBOTS” content=“NOINDEX, FOLLOW”>
[{/if}] [{if $oView->getMetaDescription()}]
<meta name=“description” content="[{$oView->getMetaDescription()}]">
[{/if}] [{if $oView->getMetaKeywords()}]
<meta name=“keywords” content="[{$oView->getMetaKeywords()}]">
[{/if}]
<link rel=“shortcut icon” href="[{ $oViewConf->getBaseDir() }]favicon.ico">
<link rel=“stylesheet” type=“text/css” href="[{ $oViewConf->getResourceUrl() }]oxid.css">
<!–[if lt IE 8]><link rel=“stylesheet” type=“text/css” href="[{ $oViewConf->getResourceUrl() }]oxidbc.css"><![endif]–>
[{if $rsslinks}] [{foreach from=$rsslinks item=‘rssentry’}]
<link rel=“alternate” type=“application/rss+xml” title="[{$rssentry.title|strip_tags}]" href="[{$rssentry.link}]">
[{/foreach}] [{/if}]
[B]<script src=“Scripts/AC_RunActiveContent.js” type=“text/javascript”></script>[/B]
</head>
<body>
<div id=“page”>
<div id=“header”>
<div class=“bar oxid”>
[B]<script type=“text/javascript”>AC_FL_RunContent( ‘codebase’,‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0’,‘width’,‘980’,‘height’,‘250’,‘src’,‘slideshow’,‘quality’,‘high’,‘pluginspage’,‘http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash’,‘movie’,'slideshow’ ); //end AC code for flasheader
</script> [/B]
<!--<a class="logo" href="[{ $oViewConf->getBaseDir() }]">
<img src="[{$oViewConf->getImageUrl()}]logo.png" alt="[{$oxcmp_shop->oxshops__oxtitleprefix->value}]">
</a>-->
[{*if $oView->showTopBasket()}] [{oxid_include_dynamic file="dyn/top_basket.tpl" type="basket"}]
[{/if*}] [{*oxid_include_dynamic file="dyn/top_account.tpl" type="account"*}]
<div class="clear"></div>
</div>
<div class=“bar links[{if !$oView->showTopCatNavigation()}] single[{/if}]”>
<div class=“fixed”> [{if $oView->isLanguageLoaded() }] [{foreach from = $oxcmp_lang
item = language}] <a id="test_Lang[{$_language->name}]" class=“language[{if $_language->selected}] act[{/if}]” href="[{ oxgetseourl ident=$_language->link params=$oView->getDynUrlParams() }]" hreflang="[{ $_language->abbr }]" title="[{ $_language->name }]"><img src="[{$oViewConf->getImageUrl()}]lang/[{ $_language->abbr }].gif" alt="[{$_language->name}]"></a> [{/foreach}]
[{/if}] [{if $oView->loadCurrency()}] [{foreach from = $oxcmp_cur item
= currency name=curr}] <a id="test_Curr[{$_currency->name}]" class=“currency[{if $smarty.foreach.curr.first}] sep[{/if}][{if $_currency->selected}] act[{/if}]” href="[{ oxgetseourl ident=$_currency->link params=“listtype=$sListType
” }]" rel=“nofollow”>[{
$_currency->name }]</a> [{/foreach}] [{/if}] </div>
… ab hier eigentlich keine Veränderung gegenüber dem Original-Layout!