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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Aug 6 08:04:57 2006 UTC (3 years, 3 months ago) by phobosgekko
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +12 -0 lines
File MIME type: text/x-php
*** empty log message ***
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
2 <?php if ($page == 0): ?>
3 <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
4 <?php endif; ?>
5 <div class="info"><?php print $submitted ?></div>
6 <div class="content">
7 <?php print $content ?>
8 </div>
9 <?php if ($links): ?>
10 <div class="links"><?php print $links ?></div>
11 <?php endif; ?>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2