/[drupal]/contributions/themes/bluebreeze/node.tpl.php
ViewVC logotype

Diff of /contributions/themes/bluebreeze/node.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Fri Sep 28 17:10:45 2007 UTC revision 1.5, Thu Feb 7 01:43:31 2008 UTC
# Line 7  Line 7 
7    
8    <?php if ($picture) print $picture ?>    <?php if ($picture) print $picture ?>
9    
10    <?php if ($submitted or $has_terms): ?>    <?php if ($submitted || !empty($terms)): ?>
11    <div class="meta<?php if ($has_terms) : ?> with-taxonomy<?php endif; ?>">    <div class="meta<?php if (!empty($terms)) : ?> with-taxonomy<?php endif; ?>">
12    
13      <?php if ($submitted): ?>      <?php if ($submitted): ?>
14        <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('Posted !date by !name', array('!date' => format_date($node->created, 'custom', "F jS, Y"), '!name' => theme('username', $node))); ?></div>
15      <?php endif; ?>      <?php endif; ?>
16    
17      <?php if ($has_terms) : ?>      <?php if (!empty($terms)) : ?>
18        <div class="taxonomy"><?php print $terms ?></div>        <div class="taxonomy"><?php print $terms ?></div>
19      <?php endif; ?>      <?php endif; ?>
20    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2