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

Contents of /contributions/themes/addari/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 Jan 26 12:07:54 2009 UTC (10 months ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Changes since 1.2: +1 -2 lines
File MIME type: text/x-php
*** empty log message ***
1 <div class="<?php if ($page): ?>typepage<?php endif; ?> <?php if ($page == 0): ?>typeteaser<?php endif; ?>">
2
3 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
4 <?php if ($picture) {
5 print $picture;
6 }?>
7 <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
8 <div class="submitted"> <?php if ($submitted): ?><?php print $date?> by <?php print $name ?> <?php endif; ?>&nbsp; <?php if ($terms): ?> <strong style="color: #30424e">Tags:</strong><?php print $terms?><?php endif; ?> </div>
9 <div class="taxonomy"></div>
10 <div class="content"><?php print $content?></div>
11 <?php if ($links) { ?><div class="links-readmore">&raquo;<?php print $links?></div><?php }; ?>
12 </div>
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.2