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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Jan 13 21:07:16 2008 UTC (22 months, 2 weeks ago) by RonWilliams
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial theme commit
1 <?php if ($teaser) { ?>
2
3 <h2><a href="<?php print $node_url ?>"><?php print $title ?></a></h2>
4 <p class="date"><?php print $submitted ?></p>
5 <p><?php print $content ?></p>
6 <?php } else { ?>
7 <p class="date"><?php print $submitted ?></p>
8 <p><?php print $content ?></p>
9 <?php } ?>

  ViewVC Help
Powered by ViewVC 1.1.2