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

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

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

revision 1.6, Wed Jan 17 17:40:25 2007 UTC revision 1.7, Wed Jan 24 14:12:17 2007 UTC
# Line 5  Line 5 
5        <h2 class="entry-title"><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2>        <h2 class="entry-title"><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2>
6      <?php endif; ?>      <?php endif; ?>
7      <small class="entry-meta">      <small class="entry-meta">
8        <?php if ( node_access('update', $node) ) { ?><span class="entry-edit"><a href="<?php print $node_url ?>/edit">Edit</a></span><?php }; ?>        <?php if ( node_access('update', $node) ) { ?><span class="entry-edit"><a href="<?php print url("node/$node->nid/edit") ?>">Edit</a></span><?php }; ?>
9        <?php if ($submitted): ?><span class="chronodata"><abbr class="published" title="<?php print format_date($node->created)?>"><?php print format_date($node->created)?></abbr></span><?php endif; ?>        <?php if ($submitted): ?><span class="chronodata"><abbr class="published" title="<?php print format_date($node->created)?>"><?php print format_date($node->created)?></abbr></span><?php endif; ?>
10        <?php if ($taxonomy): ?><span class="entry-category">in <?php print $terms ?></span><?php endif;?>        <?php if ($taxonomy): ?><span class="entry-category">in <?php print $terms ?></span><?php endif;?>
11        <?php if ($links): ?><?php print $links; ?><?php endif; ?>        <?php if ($links): ?><?php print $links; ?><?php endif; ?>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2