Index: themes/bluemarine/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bluemarine/page.tpl.php,v
retrieving revision 1.8
diff -F^f -u -r1.8 page.tpl.php
--- themes/bluemarine/page.tpl.php	16 Aug 2005 18:06:18 -0000	1.8
+++ themes/bluemarine/page.tpl.php	21 Aug 2005 01:49:15 -0000
@@ -13,8 +13,9 @@
 <table border="0" cellpadding="0" cellspacing="0" id="header">
   <tr>
     <td id="logo">
-
-      <a href="./" title="Home"><img src="<?php print $logo ?>" alt="Home" /></a>
+      <?php if ($logo) : ?>
+        <a href="./" title="Home"><img src=\"$logo\" alt=\"Home\"/></a>
+      <?php endif; ?>
       <h1 class='site-name'><a href="./" title="Home"><?php print $site_name ?></a></h1>
       <div class='site-slogan'><?php print $site_slogan ?></div>
 
