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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Jan 2 13:35:25 2009 UTC (10 months, 3 weeks ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
File MIME type: text/x-php
*** empty log message ***
1 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
2 <?php print $picture ?>
3
4 <?php if (!$page): ?>
5 <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
6 <?php endif; ?>
7
8 <?php if ($submitted): ?>
9 <div class="submitted"><?php print $submitted ?></div>
10 <?php endif; ?>
11
12 <div class="content">
13 <?php print $content ?>
14 </div>
15
16 <?php if (!empty($links) || !empty($terms)): ?>
17 <div class="node-links" class="clear-block">
18 <?php print $links; ?>
19
20 <?php if ($terms): ?>
21 <div class="terms terms-inline clear-block"><?php print $terms ?></div>
22 <?php endif;?>
23 </div>
24 <?php endif; ?>
25 </div>

  ViewVC Help
Powered by ViewVC 1.1.2