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

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

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

revision 1.1.4.2, Fri Mar 31 10:04:43 2006 UTC revision 1.1.4.3, Sat Apr 15 05:55:42 2006 UTC
# Line 1  Line 1 
1    <div class="node<?php if ($sticky) { print " sticky"; } ?>">    <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
2      <?php if ($picture) {      <?php if ($picture) {
3        print $picture;        print $picture;
4      }?>      }?>

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

  ViewVC Help
Powered by ViewVC 1.1.2