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

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

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

revision 1.1.4.4 by couzinhub, Sun Aug 3 20:07:46 2008 UTC revision 1.1.4.5 by couzinhub, Sun Aug 3 22:37:17 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: node.tpl.php,v 1.1.4.4 2008/08/03 20:07:46 couzinhub Exp $
3  ?>  ?>
4  <div class="<?php print $node_classes ?>" id="node-<?php print $node->nid; ?>">  <div class="node" id="node-<?php print $node->nid; ?>">
5            <?php if ($page == 0): ?>            <?php if ($page == 0): ?>
6              <h2 class="title">              <h2 class="title">
7                <a href="<?php print $node_url ?>"><?php print $title; ?></a>                <a href="<?php print $node_url ?>"><?php print $title; ?></a>

Legend:
Removed from v.1.1.4.4  
changed lines
  Added in v.1.1.4.5

  ViewVC Help
Powered by ViewVC 1.1.3