/[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, Sat Jan 28 11:25:54 2006 UTC revision 1.2, Sat Apr 15 05:54:25 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  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2