/[drupal]/contributions/themes/TVframe/node-type-livestream.tpl.php
ViewVC logotype

Contents of /contributions/themes/TVframe/node-type-livestream.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Feb 4 22:37:17 2009 UTC (9 months, 3 weeks ago) by civicpixel
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of TVframe theme, the official Open Media Project base theme.
1 <div class="node <?php print $node_classes; ?>" id="node-<?php print $node->nid; ?>"><div class="node-inner">
2
3 <?php if ($page == 0): ?>
4 <h2 class="title">
5 <a href="<?php print $node_url; ?>"><?php print $title; ?></a>
6 </h2>
7 <?php endif; ?>
8
9 <?php if ($unpublished): ?>
10 <div class="unpublished"><?php print t('Unpublished'); ?></div>
11 <?php endif; ?>
12
13 <?php if ($picture) print $picture; ?>
14
15 <?php if ($submitted): ?>
16 <div class="submitted">
17 <?php print $submitted; ?>
18 </div>
19 <?php endif; ?>
20
21 <?php if (count($taxonomy)): ?>
22 <div class="taxonomy"><?php print t(' in ') . $terms; ?></div>
23 <?php endif; ?>
24
25 <div class="content">
26 <?php print $content; ?>
27 </div>
28 <h1>Test -type-</h1>
29 <?php if ($links): ?>
30 <div class="links">
31 <?php print $links; ?>
32 </div>
33 <?php endif; ?>
34
35 </div></div> <!-- /node-inner, /node -->

  ViewVC Help
Powered by ViewVC 1.1.2