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

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

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


Revision 1.6 - (show annotations) (download) (as text)
Fri Sep 12 19:06:09 2008 UTC (14 months, 2 weeks ago) by frjo
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.5: +7 -1 lines
File MIME type: text/x-php
Update to Drupal 6 of the Slash theme.
1
2 <!-- start node -->
3 <div id="node-<?php print $node->nid; ?>" class="node <?php print $node_classes; ?>">
4 <div class="title1"><div class="title2">
5 <?php if ($page == 0): ?>
6 <h1 class="title"><a href="<?php print $node_url ?>"><?php print $title ?></a></h1>
7 <?php else: ?>
8 <h1 class="title"><?php print $title ?></h1>
9 <?php endif; ?>
10 </div></div>
11 <?php if ($unpublished): ?>
12 <div class="unpublished"><?php print t('Unpublished') ?></div>
13 <?php endif; ?>
14 <div class="meta">
15 <?php if ($submitted): ?>
16 <div class="submitted"><?php print $submitted ?></div>
17 <?php endif; ?>
18 <?php if ($terms): ?>
19 <div class="terms">Tags: <?php print $terms ?></div>
20 <?php endif; ?>
21 </div>
22 <?php print $picture ?>
23 <div class="content clear-block"><?php print $content ?></div>
24 <?php if ($links): ?>
25 <div class="links"><?php print $links ?></div>
26 <?php endif; ?>
27 </div>
28 <!-- stop node -->

  ViewVC Help
Powered by ViewVC 1.1.2