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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Sep 28 22:11:40 2006 UTC (3 years, 1 month ago) by jhuckabee
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
Initial upload of Warped theme
1 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
2 <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
3 <div style="float:right"><?php if ($picture) {
4 print $picture;
5 }?></div>
6 <?php if ($terms) { ?><p>Tags: <?php print $terms?></p><?php }; ?>
7 <div class="content"><?php print $content?></div>
8 <div class="details">
9 Posted on <?php print $date ?> by <?php print $name ?>
10 <?php if ($links) { ?><br/>&raquo; <?php print $links?><?php }; ?>
11 </div>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2