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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Thu Dec 25 13:33:29 2008 UTC (11 months ago) by troy
Branch: MAIN
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
[+] O GOD
1 <?php
2 // $Id: node.tpl.php,v 1.2 2008/12/24 23:17:23 troy Exp $
3 ?>
4 <div class="node<?php if ($sticky&&$page == 0) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
5 <?php if ($picture) {
6 print $picture;
7 }?>
8
9 <span class="submitted"><?php print $submitted?></span>
10
11 <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
12
13
14 <div class="content clear-block"><?php print $content?></div>
15 <?php if ($terms): ?><div class="taxonomy"><?php print $terms?></div><?php endif; ?>
16 <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2