blog.header.php is in /blog
the template for b2 I have is:
<?php include ("header.php"); ?>
<?php / Don't remove this line, it calls the b2 function files ! / $blog=1; include ("blog.header.php"); ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="alternate" type="application/rdf+xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
<body>
<div id="content">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<table width="100%"><tr><td bgcolor="#9E0B0E" style="border: 1px solid #000000;"><font size="-2"><?php the_date("","<b><font color=#000000>","</b></font>"); ?>
<?php permalink_anchor(); ?></font></tr></td></table> </a>
</div>
<div class="storyContent">
<?php the_content(); ?>
<br><br><div class="rightFlush" align="right">
<span class="storyAuthor"><a href="mailto:u_blink_me_182@hotmail.com"><?php the_author() ?></a></span> betrayed you @ <?php the_time() ?> [<?php link_pages("<br />Pages: ","<br />","number") ?><?php comments_popup_link("0 ghouls", "1 ghoul", "% ghouls") ?>]
<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>
</div>
<br>
</div>
<!-- // this is just the end of the motor - don't touch that line either 🙂 -->
<?php } ?>
</div>
<p class="centerP">
[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]
</p>
<?php include ("footer.php"); ?>