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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Tue Sep 9 01:42:26 2008 UTC (14 months, 2 weeks ago) by roopletheme
Branch: MAIN
CVS Tags: DRUPAL-6--1-7, DRUPAL-5--1-7, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +21 -9 lines
File MIME type: text/x-php
Complete overhaul, fixed numerous bugs.
1 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
2 <?php if ($picture) { print $picture; }?>
3
4 <?php if ($page == 0) { ?>
5 <?php if ($title) { ?>
6 <h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2>
7 <?php }; ?>
8 <?php }; ?>
9
10 <?php if ($submitted) { ?>
11 <span class="submitted"><?php print $submitted?></span>
12 <?php }; ?>
13
14 <?php if ($terms) { ?>
15 <span class="taxonomy"><?php print $terms?></span>
16 <?php }; ?>
17
18 <div class="content"><?php print $content?></div>
19 <div class="clear-block clear"></div>
20
21 <?php if ($links): ?>
22 <div class="links">&raquo; <?php print $links; ?></div>
23 <?php endif; ?>
24
25 </div>
26

  ViewVC Help
Powered by ViewVC 1.1.2