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

Contents of /contributions/themes/HWCTravel/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 Sep 15 06:39:33 2008 UTC (14 months, 1 week ago) by khalemi
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-0-BETA1, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
commit 15th sept
1 <?php
2 // $Id: node.tpl.php,v 1.1.1.1.0.0 2008/09/15 18:56:12 khalemi Exp $
3 ?>
4 <div class="node<?php print $sticky ? ' sticky' : '' ?><?php print $status ? '' : ' node-unpublished' ?>">
5 <?php if ($page == 0): ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title ?></a></h2><?php endif; ?>
6 <div class="meta meta-header">
7 <?php if ($picture): print $picture; endif; ?>
8 <?php if ($submitted): ?><div class="submitted"><?php print $submitted ?></div><?php endif; ?>
9 <?php if ($terms): ?><div class="terms"><?php print $terms ?></div><?php endif; ?>
10 </div>
11 <div class="content">
12 <?php print $content?>
13 <div class="meta meta-footer">
14 <?php if ($links): ?><?php print $links ?><?php endif; ?>
15 </div>
16 </div>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2