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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jan 16 01:17:33 2007 UTC (2 years, 10 months ago) by alaa
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
initial commit of RTL theme ports
1 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
2 <h2 class="node-title">
3 <?php if ($page == 0): ?>
4 <a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title; ?></a>
5 <?php else : ?> <?php print $title; ?> <?php endif; ?></h2>
6 <?php if ($submitted): ?>
7 <span class="submitted"><?php print $submitted?></span>
8 <span class="taxonomy"><?php print $terms?></span><?php endif; ?>
9 <div class="content"><?php print $content?></div>
10 <br class="clear" />
11 <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2