Index: node.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/sands/node.tpl.php,v
retrieving revision 1.1
diff -u -F^f -r1.1 node.tpl.php
--- node.tpl.php	20 Nov 2005 07:51:21 -0000	1.1
+++ node.tpl.php	9 Jan 2006 19:50:50 -0000
@@ -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 format_name($node) . " - " . format_date($node->created, $type="large"); ?></span>
+			<span class="submitted"><?php print theme('username', $node) . " - " . format_date($node->created, $type="large"); ?></span>
 		</div>
     <div class="content"><?php print $content?></div>
 		<?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php } ?>
