--- node.tpl.php.bak	2008-01-23 18:41:16.000000000 -0800
+++ node.tpl.php	2008-01-23 18:34:06.000000000 -0800
@@ -7,14 +7,14 @@
 
   <?php if ($picture) print $picture ?>  
   
-  <?php if ($submitted or $has_terms): ?>
-  <div class="meta<?php if ($has_terms) : ?> with-taxonomy<?php endif; ?>">
+  <?php if ($submitted or $terms): ?>
+  <div class="meta<?php if ($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> 
     <?php endif; ?>
     
-    <?php if ($has_terms) : ?> 
+    <?php if ($terms) : ?> 
       <div class="taxonomy"><?php print $terms ?></div>
     <?php endif; ?>
     
