--- bluebreeze/node.tpl.php   Sat Feb  3 19:28:41 2007
+++ bluebreeze_new/node.tpl.php   Tue Apr 17 21:50:17 2007
@@ -11,7 +11,7 @@
   <div class="meta<?php if ($has_terms) : ?> with-taxonomy<?php endif; ?>">

     <?php if ($submitted): ?>
-      <div class="submitted"><?php print t('Posted !date by !name', array('!date' => format_date($node->created, 'custom', "F jS, Y"), '!name' => theme('username', $node))); ?></div>
+      <div class="submitted"><?php print t('!name - !date', array('!date' => format_date($node->created, 'large'), '!name' => theme('username', $node))); ?></div>
     <?php endif; ?>

     <?php if ($has_terms) : ?>
