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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 1 15:38:44 2008 UTC (21 months, 3 weeks ago) by RonWilliams
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
*** empty log message ***
1 <?php if ($teaser) { ?>
2 <h2><a href="<?php print $node_url ?>"><?php print $title ?></a></h2>
3 <h4><?php print $submitted ?></h4>
4 <p>
5 <?php print $content ?>
6 <?php if ($links): ?>
7 <div class="links"><?php print $links; ?></div>
8 <?php endif; ?>
9 </p>
10 <?php } else { ?>
11 <h4><?php print $submitted ?></h4>
12 <p>
13 <?php print $content ?>
14 <?php if ($links): ?>
15 <div class="links"><?php print $links; ?></div>
16 <?php endif; ?>
17 </p>
18 <?php } ?>

  ViewVC Help
Powered by ViewVC 1.1.2