Einzelnen Beitrag anzeigen
Alt 03.02.2008, 19:40   #4 (permalink)
andreas11
PostRank: 1
 
Registriert seit: 03.02.2008
Beiträge: 37
Hallo ihr beiden, das ist ja das Problem:

Ich finde in keiner der Dateien von SimpsonsHB 2.0 by Angelina das Bild und den Link zu header.jpg. Auch nicht in der header.php.

HAbe mit InfoRapid Suchen & Ersetzen wirklich alle Dateien mehrfach gewissenhaft durchsucht, aber der Link zu dem Bild header.php ist nicht auffindbar.

Die header.php sieht so aus:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="XHTML namespace">
<head profile="XFN 1.1 profile">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script type="text/javascript" src="<?php
bloginfo('template_directory'); ?>/script_quicktags.js"></script>
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<?php load_theme_textdomain('simpson');?>
<div id="container">
<div id="page">
<div id="header">
<a name = "top"></a>
<div id="masthead" onclick="location.href='<?php bloginfo('url'); ?>';" style="cursor: pointer;">
<div id="blogtitle">
<?php bloginfo('name'); ?>
</div>
</div>
<div class="topmenu">
</div><!-- closes topmenu -->
</div><!-- closes header -->
andreas11 ist offline   Mit Zitat antworten