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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Oct 16 11:11:56 2004 UTC (5 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-5
File MIME type: text/x-php
fix printing of messages, and only print terms info if it is available
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
2 <?php if ($page == 0): ?>
3 <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
4 <?php endif; ?>
5 <?php print $picture ?>
6
7 <div class="info"><?php print $submitted ?><?php if (trim($terms)) { ?><span class="terms"><?php print $terms ?></span><?php } ?></div>
8 <div class="content">
9 <?php print $content ?>
10 </div>
11 <?php if ($links): ?>
12
13 <?php if ($picture): ?>
14 <br class='clear' />
15 <?php endif; ?>
16 <div class="links"><?php print $links ?></div>
17 <?php endif; ?>
18 </div>

  ViewVC Help
Powered by ViewVC 1.1.2