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

Contents of /contributions/themes/Bonsai/node.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jan 3 23:49:03 2006 UTC (3 years, 10 months ago) by pfmj2005
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
File MIME type: text/x-php
no message
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
2 <?php if ($page == 0): ?>
3 <h2><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2>
4 <?php endif; ?>
5 <small><?php print $submitted ?></small>
6 <div class="entry"> <?php print $content ?> </div>
7 <?php if ($links): ?>
8 <p class="postmetadata">Posted in <?php print $terms ?> | <?php print $links ?> &#187;</p>
9 <?php endif; ?>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2