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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Dec 29 00:23:59 2008 UTC (10 months, 4 weeks ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
File MIME type: text/x-php
*** empty log message ***
1 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
2 <?php if (!$page): ?>
3 <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
4 <?php endif; ?>
5
6 <div class="meta">
7 <?php if ($submitted): ?>
8 <div class="submitted"><?php print $submitted ?></div>
9 <?php endif; ?>
10
11 <?php if ($terms): ?>
12 <div class="terms terms-inline"><?php print t('Tags') . ':&nbsp;'; ?> <?php print $terms ?></div>
13 <?php endif;?>
14 </div>
15
16 <div class="content">
17 <?php print $content ?>
18 </div>
19
20 <div class="control-links clear-block">
21 <?php print $links ?>
22 </div>
23 </div>

  ViewVC Help
Powered by ViewVC 1.1.2