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

Contents of /contributions/themes/box_grey_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 print ($sticky) ? " sticky" : ""; ?><?php if (!$status) { print " node-unpublished"; } ?>">
2 <?php if ($page == 0): ?>
3 <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
4 <?php endif; ?>
5 <div class="info"><?php print $submitted ?></div>
6 <div class="content">
7 <?php print $content ?>
8 </div>
9 <br class='clear' />
10 <?php if ($links): ?>
11 <div class="links"><?php print $links ?></div>
12 <?php endif; ?>
13 <?php if ($terms): ?>
14 <div class="terms">( <?php print t("categories").":".$terms ?> )</div>
15 <?php endif; ?>
16 </div>

  ViewVC Help
Powered by ViewVC 1.1.2