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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Wed May 28 03:47:05 2008 UTC (18 months ago) by brauerranch
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.3: +7 -7 lines
File MIME type: text/x-php
#262969 by mustafau clean up coding style of several files.
1 <?php // $Id: node.tpl.php,v 1.3 2008/05/25 17:43:26 brauerranch Exp $ ?>
2 <div id="node-<?php print $node->nid ?>" class="node<?php if ($sticky): print ' sticky'; endif; ?><?php if (!$status): print ' node-unpublished'; endif; ?>">
3 <?php print $picture ?>
4 <?php if ($page == 0) { ?>
5 <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
6 <?php } ?>
7 <?php if ($submitted) { ?>
8 <p class="submitted"><?php print $submitted ?></p>
9 <?php } ?>
10 <div class="content">
11 <?php print $content ?>
12 </div>
13 <div class="meta">
14 <?php if ($taxonomy): print $terms; endif; ?>
15 </div>
16 <div class="comments_links">
17 <?php if ($links): print $links; endif; ?>
18 </div>
19 </div>

  ViewVC Help
Powered by ViewVC 1.1.2