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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Sat Jan 13 18:40:07 2007 UTC (2 years, 10 months ago) by madmaks
Branch: MAIN
CVS Tags: DRUPAL-5--0-1, DRUPAL-6--1-0, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.2: +1 -2 lines
File MIME type: text/x-php
update to drupal 5.0
http://drupal.org/node/97164
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 <?php print $picture ?>
6 <div class="info"><?php print $submitted .'<div class="taxonomy">'. ($submitted ? ' :: ' : '') . $terms .'</div>' ?></div>
7 <div class="content">
8 <?php print $content ?>
9 </div>
10 <?php if ($links): ?>
11 <?php if ($picture): ?>
12 <br class="clear" />
13 <?php endif; ?>
14 <div class="links"><?php print $links ?></div>
15 <?php endif; ?>
16 </div>
17

  ViewVC Help
Powered by ViewVC 1.1.2