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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Mon Mar 20 10:28:55 2006 UTC (3 years, 8 months ago) by robonoob
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Changes since 1.3: +0 -0 lines
File MIME type: text/x-php
# update the cvs version to drupal-4-6 branch
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>"><?php
2 if ($page == 0): ?>
3 <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php
4 print $title ?></a></h2><?php
5 endif; ?>
6 <?php print $picture ?>
7 <div class="info"><?php print $submitted ?><span class="terms"><?php
8 print $terms ?></span></div>
9 <div class="content"><?php print $content ?></div><?php
10 if ($links): ?><?php
11 if ($picture): ?>
12 <br class=¡¦clear¡¦ /><?php
13 endif; ?>
14 <div class="links"><?php print $links ?></div>
15 <?php endif; ?>
16 </div>

  ViewVC Help
Powered by ViewVC 1.1.2