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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Oct 20 21:19:19 2007 UTC (2 years, 1 month ago) by colorado
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial Release for Drupal 5.0
1
2 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
3 <?php if ($picture) {
4 print $picture;
5 }?>
6 <?php if ($page == 0) { ?>
7 <h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2>
8 <?php }; ?>
9 <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span>
10 <div class="content"><?php print $content?></div>
11 <div class="clr">
12 <?php if ($links): ?>
13 <div class="links"><?php print $links; ?></div>
14 <?php endif; ?>
15 </div>
16 </div>

  ViewVC Help
Powered by ViewVC 1.1.2