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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Mon Nov 6 23:33:32 2006 UTC (3 years ago) by kencollins
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +6 -2 lines
File MIME type: text/x-php
support for post-information by content-type settings
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 <div class="info-top"></div>
7 <?php if (theme_get_setting('toggle_node_info_' . $node->type) == 1): ?>
8 <div class="info">Posted On: <?php print $date ?> by <?php print $name ?></div>
9 <?php endif; ?>
10 <div class="content">
11 <?php print $content ?>
12 </div>
13 <?php if ($links): ?>
14 <?php if ($picture): ?>
15 <br class='clear' />
16 <?php endif; ?>
17 <div class="links"><?php print $links ?></div>
18 <?php endif; ?>
19 <?php if ($terms): ?>
20 <div class="terms">( categories: <?php print $terms ?> )</div>
21 <?php endif; ?>
22 </div>

  ViewVC Help
Powered by ViewVC 1.1.2