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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Aug 12 20:32:34 2008 UTC (15 months, 2 weeks ago) by doncoryon
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
Intial release
1 <?php
2 // $Id$
3 ?>
4 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
5 <?php if ($picture) {
6 print $picture;
7 }?>
8 <?php if ($page == 0) { ?><h2><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
9 <span class="submitted"><?php print $submitted?><?php print $terms?></span>
10 <div class="content"><?php print $content?></div>
11 <?php if ($links) { ?><div class="postmeta"><?php print $links?></div><?php }; ?>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2