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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Sep 8 23:14:39 2008 UTC (14 months, 2 weeks ago) by roopletheme
Branch: MAIN
CVS Tags: DRUPAL-6--1-6, DRUPAL-5--1-6, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +16 -11 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 ($terms) { ?>
11 <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span>
12 <?php }; ?>
13
14 <div class="content"><?php print $content?></div>
15 <div class="clear-block clear"></div>
16
17 <?php if ($links): ?>
18 <div class="links"><?php print $links; ?></div>
19 <?php endif; ?>
20
21 </div>

  ViewVC Help
Powered by ViewVC 1.1.2