/[drupal]/contributions/modules/tapatio/node-comms.tpl.php
ViewVC logotype

Contents of /contributions/modules/tapatio/node-comms.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Dec 6 00:37:32 2008 UTC (11 months, 2 weeks ago) by evoltech
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-5--2
File MIME type: text/x-php
This is the initial check in of the files for the tapatio project
1 <?php
2 // $Id$
3 ?>
4
5 <?php phptemplate_comment_wrapper(NULL, $node->type); ?>
6 <div class="comms">
7 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
8
9 <?php print $picture ?>
10
11 <?php if ($page == 0): ?>
12 <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
13 <?php endif; ?>
14
15 <?php if ($submitted): ?>
16 <span class="submitted"><?php print t('!date — !username', array('!username' => theme('username', $node), '!date' => format_date($node->created))); ?></span>
17 <?php endif; ?>
18
19 <div class="content">
20 <?php print $content ?>
21 </div>
22
23 <div class="clear-block clear">
24 <div class="meta">
25 <?php if ($taxonomy): ?>
26 <div class="terms"><?php print $terms ?></div>
27 <?php endif;?>
28 </div>
29
30 <?php if ($links): ?>
31 <div class="links"><?php print $links; ?></div>
32 <?php endif; ?>
33 </div>
34
35 </div>
36 </div>

  ViewVC Help
Powered by ViewVC 1.1.2