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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Fri Oct 3 16:11:18 2008 UTC (13 months, 3 weeks ago) by adrinux
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
Changes since 1.3: +1 -1 lines
File MIME type: text/x-php
make more like default page.tpl and use empty instead of testing empty strings
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 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>
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 <?php if ($terms): ?>
17 <div class="terms">( categories: <?php print $terms ?> )</div>
18 <?php endif; ?>
19 </div>

  ViewVC Help
Powered by ViewVC 1.1.2