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

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

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

revision 1.5, Sat May 12 02:15:46 2007 UTC revision 1.5.2.1, Thu Mar 5 02:54:38 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: node.tpl.php,v 1.4 2007/03/18 22:56:55 webchick Exp $ ?>  <?php // $Id: node.tpl.php,v 1.5 2007/05/12 02:15:46 webchick Exp $ ?>
2    <div class="contentdate">  
3      <h3><?php print $month; ?></h3>    <?php if ($submitted): ?>
4      <h4><?php print $day; ?></h4>      <div class="contentdate">
5    </div>        <h3><?php print $month; ?></h3>
6          <h4><?php print $day; ?></h4>
7        </div>
8      <?php endif; ?>
9    
10    <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">    <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
11      <?php if ($picture) {      <?php if ($picture) {
12        print $picture;        print $picture;

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

  ViewVC Help
Powered by ViewVC 1.1.2