Im Header undefinded
Eingetragen von Ak187 (58)
am 24.10.2006 - 12:13 Uhr in
am 24.10.2006 - 12:13 Uhr in
Hallo Leute,
mir ist es bis jetzt nicht aufgefallen (wegen selber Schriftfarbe wie Headerfarbe). Doch bei mir im Header ist steht so ein undefied:
http://aycu39.webshots.com/image/5998/2000990157340957106_rs.jpg
kann mir bei bestem Willen nicht erklären woher das kommen könnte. Hoffe ihr könnt mir Helfen!
So siehst meine node.tpl.php aus
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
<?php if ($picture) {
print $picture;
}?>
<div class="printer" style="font-size: 12px; font-weight: bolder; margin-left: -11em;"><?php if ($links) { ?><div class="links">» <?php print $links?></div><?php }; ?></div>
<div class="title" style="font-size: 16px; font-weight: bolder; margin-bottom: 1em; margin-left: -2px; color: #FFFFFF; margin-top: -20px;"> <?php echo $node -> title; ?></div>
<span class="submitted"><?php print $submitted?></span>
<div class="content"><?php print $content?></div>
</div>
page.tpl.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
<head>
<title><?php print $head_title ?></title>
<?php print $head ?>
<?php print $styles ?>
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
</head>
<body>
<table width="50" border="0" cellpadding="0" cellspacing="0" id="header">
<tr>
<td width="19%" id="logo" style="padding-right:4em">
<?php if ($logo) { ?><a href="/<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="/<?php if ($is_front) { print $logo; } else { print $base_path . 'files/alternatives_logo.jpg'; } ?>" alt="<?php print t('Home') ?>" /></a><?php } ?> </td>
<td width="56%" align="left" id="title" style="color:#3399cc; padding-top: 6em; font-size: 16px; font-weight: bold; padding-left: 10.5em; padding-right: 6em;">
<?php
$terms = taxonomy_node_get_terms($node->nid);
$termlist = array();
foreach ($terms as $key => $tobj) {
$termlist[] = $tobj->name;}
echo($termlist[0]);
?> </td>
<td width="25%" id="unilogo"><div align="right"><a href="http://www.uni-wuppertal.de/" title="<?php print t('Home') ?>"><img src="/<?php print $base_path . 'files/loewe.jpg' ?>" alt="http://www.uni-wuppertal.de/" width="165" height="51" style="float:right; margin: 3em;" /></a></div></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" id="content">
<tr>
<?php if ($sidebar_left) { ?><td id="sidebar-left">
<?php print $sidebar_left ?>
</td><?php } ?>
<td valign="top">
<?php if ($mission) { ?><div id="mission"><?php print $mission ?></div><?php } ?>
<div id="main">
<div class="tabs"><?php print $tabs ?></div>
<?php print $help ?>
<div style="margin: 2em 12em 2em 9.8em; font-size: 16px; font-weight: bolder;"> <?php print $links?></div>
<?php print $messages ?>
<?php print $content; ?>
</div>
</td>
<?php if ($sidebar_right) { ?><td id="sidebar-right">
<?php print $sidebar_right ?>
</td><?php } ?>
</tr>
</table>
<div id="footer">
<?php print $footer_message ?>
</div>
<?php print $closure ?>
</body>
</html>[/code]
Mfg, Ak187
- Anmelden oder Registrieren um Kommentare zu schreiben
push
am 25.10.2006 - 15:41 Uhr
push
Hätte jemand eine Idee, wo
am 26.10.2006 - 18:24 Uhr
Hätte jemand eine Idee, wo ich nach dem Fehler Suchen könnte? Bite Bitte um Antwort!
Danke
Euer Ak187
So würde ich nachsehen ...
am 26.10.2006 - 18:41 Uhr
Zuerst sehe ich mir den HTML-Quelltext an. Da auch im HTML-Text Kommentare vorhanden sind kann man ggf. schon ahnen, über welches Modul diese Ausgabe gekommen ist.
Meist kann man auch nachsehen, ob mit einem anderen Theme (im HTML-Quelltext) die gleiche Ausgabe vorhanden ist (denn nicht immer ist soetwas im Browser sichtbar, wie Du ja schon weißt ;-) ).
Wenn dort diese Ausgabe nicht zu finden ist, dann liegt es eher im aktuellen Seitenlayout (also den Templates Deines gerade benutzten Theme) begründet. Andernfalls versuchen, das Modul ausfindig zu machen.
Hilft Dir das weiter?
der apmaster
Suche nicht das Problem - Suche die Lösung!
Euer apmaster
Suche nicht das Problem - Suche die Lösung!
Meine Drupal-Seite: Der bio-vitale Club
danke habs
am 26.10.2006 - 22:33 Uhr
danke
habs herausgefunden...
war n dummer Fehler...