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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat May 6 05:12:29 2006 UTC (3 years, 6 months ago) by bradlis7
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-6, DRUPAL-4-7
File MIME type: text/x-php
Added sticky node highlighting, and modified ordering of node details.
1 <div class="node <?php print ($sticky && $page==0) ? " 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="content">
6 <?php print $picture ?>
7 <?php print $content ?>
8 </div>
9 <?php if ($picture): ?>
10 <br class='clear' />
11 <?php endif; ?>
12 <div class="info">
13 <?php print $submitted ?>
14 <?php if($terms): ?>
15 <span class="terms">categories [ <?php print $terms ?> ]</span>
16 <?php endif; ?>
17 <?php if ($links): ?>
18 <span class="links"> <?php print $links ?> </span>
19 <?php endif; ?>
20 </div>
21 </div>

  ViewVC Help
Powered by ViewVC 1.1.2