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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Dec 28 20:49:24 2005 UTC (3 years, 11 months ago) by kbahey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
File MIME type: text/x-php
Bidirectional theme for Drupal.
On behalf of Ayman Hourieh.
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"><?php print $submitted ?></div>
7 <div class="content">
8 <?php print $content ?>
9 </div>
10 <?php if ($links): ?>
11 <?php if ($picture): ?>
12 <br class='clear' />
13 <?php endif; ?>
14 <div class="links"><?php print $links ?></div>
15 <?php endif; ?>
16 <div class="terms">( categories: <?php print $terms ?> )</div>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2