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

Contents of /contributions/themes/hiroshigeblue/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 Sep 12 18:50:47 2008 UTC (14 months, 2 weeks ago) by frjo
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +5 -1 lines
File MIME type: text/x-php
Update to Drupal 6 of the Hiroshigeblue theme.
1
2 <!-- start node -->
3 <div id="node-<?php print $node->nid; ?>" class="node <?php print $node_classes; ?>">
4 <?php if ($page == 0): ?>
5 <h2 class="nodetitle"><a href="<?php print $node_url ?>"><?php print $title ?></a></h2>
6 <?php endif; ?>
7 <?php if ($unpublished): ?>
8 <div class="unpublished"><?php print t('Unpublished') ?></div>
9 <?php endif; ?>
10 <div class="meta">
11 <?php if ($submitted): ?>
12 <div class="submitted"><?php print $submitted ?></div>
13 <?php endif; ?>
14 <?php if ($terms): ?>
15 <div class="terms"><?php print $terms ?></div>
16 <?php endif; ?>
17 </div>
18 <?php print $picture ?>
19 <div class="content clear-block"><?php print $content ?></div>
20 <?php if ($links): ?>
21 <div class="links">&raquo; <?php print $links ?></div>
22 <?php endif; ?>
23 </div>
24
25 <?php if ($below_node): ?>
26 <div id="below-node" class="clear-block"><?php print $below_node ?></div>
27 <?php endif; ?>
28 <!-- stop node -->

  ViewVC Help
Powered by ViewVC 1.1.2