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

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

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

revision 1.1.2.1, Sat May 31 12:56:48 2008 UTC revision 1.1.2.2, Mon Mar 9 20:25:36 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: node.tpl.php,v 1.1 2008/05/29 02:40:09 crashtest Exp $  // $Id: node.tpl.php,v 1.1.2.1 2008/05/31 12:56:48 crashtest Exp $
3  ?>  ?>
4  <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">  <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
5    
# Line 9  Line 9 
9    <?php if ($submitted): ?>    <?php if ($submitted): ?>
10      <span class="submitted"><?php print $submitted; ?></span>      <span class="submitted"><?php print $submitted; ?></span>
11    <?php endif; ?>    <?php endif; ?>
12    
13    <?php if ($page == 0): ?>    <?php if ($page == 0): ?>
14      <h2 class="title">      <h2 class="title">
15        <a href="<?php print $node_url; ?>"><?php print $title; ?></a>        <a href="<?php print $node_url; ?>"><?php print $title; ?></a>
16      </h2>      </h2>
17    <?php endif; ?>    <?php endif; ?>
18    
19    <div class="content clear-block">    <div class="content clear-block">
20      <?php print $node->content['body']['#value']; ?>      <?php print $content ?>
21    </div>    </div>
22    
23    <div class="clear-block">    <div class="clear-block">

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2