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

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

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

revision 1.1.2.1 by himerus, Mon Oct 12 02:10:01 2009 UTC revision 1.1.2.2 by himerus, Sat Oct 31 23:54:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: node.tpl.php,v 1.1.2.1 2009/10/12 02:10:01 himerus Exp $
3    
4  /**  /**
5   * @file node.tpl.php   * @file node.tpl.php
# Line 52  Line 52 
52    
53    <?php print $picture ?>    <?php print $picture ?>
54    
55    <?php if (!$page): ?>    <?php if (!$page && $title): ?>
56    <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>    <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
57    <?php endif; ?>    <?php endif; ?>
58      <?php if ($submitted):?>
59    <div class="submitted"><?php print $submitted ?></div>    <div class="submitted"><?php print $submitted ?></div>
60      <?php endif; ?>
61    
62    
63    <?php print $content ?>    <?php print $content ?>
64    <div class="taxonomy"><?php print $terms ?></div>    <?php if ($terms):?>
65      <div class="taxonomy"><?php print $terms; ?></div>
66      <?php endif; ?>
67      <?php if ($links):?>
68    <div class="node-links"><?php print $links; ?></div>    <div class="node-links"><?php print $links; ?></div>
69      <?php endif; ?>
70  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.3