Moin moin,
ich bastel gerade am (basic) header und habe folgendes problem:
Auf der Startseite (Home) wird der header richtig angezeigt
Auf allen anderen Seiten erscheind kein header
hier der Code den ich in der _header.tpl eingefügt habe
<div id="page">
<div id="header">
<div class="bar oxid">
<a class="logo" href="[{ oxgetseourl ident=$oViewConf->getHomeLink() }]">
<img name="logo" src="logo.jpg" width="980" height="250" border="1" id="logo" usemap="#m_logo" alt="" />
<map name="m_logo" id="m_logo">
<area shape="rect" coords="896,24,956,140" href="http://www.www.meineseite.de" target="_self" title="" alt="" />
<area shape="rect" coords="881,157,969,250" href="http://www.www.meineseite.de" target="_self" title="" alt="" />
<area shape="rect" coords="783,52,877,246" href="http://www.www.meineseite.de" target="_self" title="" alt="" />
<area shape="rect" coords="696,158,779,248" href="http://www.meineseite.de" target="_self" title="" alt="" />
<area shape="rect" coords="422,190,682,226" href="http://www.www.meineseite.de" target="_self" title="" alt="" />
<area shape="rect" coords="422,152,692,185" href="http://www.www.meineseite.de" target="_self" title="" alt="" />
<area shape="rect" coords="422,112,761,148" href="http://www.meineseite.de" target="_self" title="" alt="" />
<area shape="rect" coords="296,34,765,109" href="http://www.meineseite.de" target="_self" title="" alt="e" />
</map>
</a>
Hat wer einen Tipp was ich da falsch mache ?
Thx
Mfg
Agadon