/[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, Thu May 29 02:40:09 2008 UTC revision 1.1.2.1, Sat May 31 12:56:48 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: node.tpl.php,v 1.1 2008/05/29 02:40:09 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>

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

  ViewVC Help
Powered by ViewVC 1.1.2