/[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.3, Sat Feb 3 18:07:41 2007 UTC revision 1.4, Fri Sep 28 17:10:45 2007 UTC
# Line 11  Line 11 
11    <div class="meta<?php if ($has_terms) : ?> with-taxonomy<?php endif; ?>">    <div class="meta<?php if ($has_terms) : ?> with-taxonomy<?php endif; ?>">
12    
13      <?php if ($submitted): ?>      <?php if ($submitted): ?>
14        <div class="submitted"><?php print t('Posted ') . format_date($node->created, 'custom', "F jS, Y") . t(' by ') . 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 ($has_terms) : ?>

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

  ViewVC Help
Powered by ViewVC 1.1.2