--- node.tpl.php	2006-03-30 20:27:59.950343096 -0600
+++ node.tpl.php.new	2006-03-30 20:27:34.145266064 -0600
@@ -5,7 +5,7 @@
 		<?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
 		<div class="info">
 	    <span class="taxonomy"><?php print $terms?></span>
-			<span class="submitted"><?php print theme('username', $node) . " - " . format_date($node->created, $type="large"); ?></span>
+			<?php if ($submitted) { ?><span class="submitted"><?php print theme('username', $node) . " - " . format_date($node->created, $type="large"); ?></span></span>
 		</div>
     <div class="content"><?php print $content?></div>
 		<?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php } ?>
