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

Contents of /contributions/themes/sympal_theme/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 Mar 8 13:34:22 2008 UTC (20 months, 2 weeks ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
1 <div class="article<?php print " $type"; print ($sticky ? " sticky" : NULL); print (!$status ? " unpublished" : NULL); ?>">
2 <div class="sliding-door">
3 <?php if ($page == 0): ?>
4 <h3 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h3>
5 <?php endif; ?>
6 <?php if ($terms): ?>
7 <div class="tags sliding-door">
8 <?php print $terms; ?>
9 </div>
10 <?php endif; ?>
11
12 <div class="body">
13 <?php print $content; ?>
14 </div>
15
16 <?php if ($links): ?>
17 <div class="links"><?php print $links; ?></div>
18 <?php endif; ?>
19 </div>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2