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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Jun 5 03:19:22 2006 UTC (3 years, 5 months ago) by taniwha
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
*** empty log message ***
1 <?php /*
2 <?php print $picture ?>
3 <div class="content">
4 <?php print $content ?>
5 </div>
6 </div>
7 /**/ ?>
8 <div class="node <?php print ($sticky) ? " sticky" : ""; ?> ">
9 <?php
10 //If this is page that lists nodes
11 if ($page == 0): ?>
12 <h1><a href="<?php print $node_url ?> " title=" <?php print $title ?> "> <?php print $title ?> </a></h1>
13 <?php endif; ?>
14 <?php print $content ?>
15 <?php if ($links) print $links ?>
16 <div class="info"><br/><?php print $submitted ?> <span class="terms"> <?php print $terms ?> </span></div>
17 </div>
18 <?php $andreas06_NODE_ROW++;?>

  ViewVC Help
Powered by ViewVC 1.1.2