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

Contents of /contributions/themes/andreas05/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 01:59:16 2006 UTC (3 years, 5 months ago) by taniwha
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
initial import
1
2 <?php print $picture ?>
3 <?php if ($page == 0): ?>
4 <h2><a href="/<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
5 <?php else: ?>
6 <h2><?php print $title ?></h2>
7 <?php endif; ?>
8 <p>
9
10 <?php print $content ?>
11 <p><strong><?php print $submitted ?><br/><?php print $terms ?></strong></p>
12 <?php if ($links): ?><p><?php print $links ?></p> <?php endif; ?>
13 <hr />
14 </p>

  ViewVC Help
Powered by ViewVC 1.1.2