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

Contents of /contributions/themes/aberdeen/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 Mar 12 09:15:44 2007 UTC (2 years, 8 months ago) by johnnybegood
Branch: MAIN
CVS Tags: DRUPAL-5--1-7, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
*** empty log message ***
1 <div class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
2 <?php if ($page == 0): ?>
3 <h2 class="title">
4 <a href="<?php print $node_url ?>"><?php print $title; ?></a>
5 </h2>
6 <?php endif; ?>
7
8 <?php if ($picture) print $picture; ?>
9
10 <?php if ($submitted): ?>
11 <span class="submitted"><?php print t('Posted ') . format_date($node->created, 'custom', "F jS, Y") . t(' by ') . theme('username', $node); ?></span>
12 <?php endif; ?>
13
14 <?php if (count($taxonomy)): ?>
15 <div class="taxonomy"><?php print t(' in ') . $terms ?></div>
16 <?php endif; ?>
17
18 <div class="content">
19 <?php print $content; ?>
20 </div>
21
22 <?php if ($links): ?>
23 <div class="links">
24 <?php print $links; ?>
25 </div>
26 <?php endif; ?>
27
28 </div>

  ViewVC Help
Powered by ViewVC 1.1.2