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

Contents of /contributions/themes/andreas08/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:43:46 2006 UTC (3 years, 5 months ago) by taniwha
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
initial import
1 <?php
2 /********************************************
3 $Id: node.tpl.php,v 1.4 2006/02/06 03:59:47 brenda Exp $
4 $Log: node.tpl.php,v $
5 Revision 1.4 2006/02/06 03:59:47 brenda
6 *** empty log message ***
7
8 Revision 1.3 2006/02/06 00:02:26 brenda
9 added links and comments and suff back in
10
11 Revision 1.2 2006/02/05 23:46:52 brenda
12 added cvs keywords
13
14 ********************************************/
15 ?><?php if ($page ==0): ?>
16 <a href="<?php echo $node_url; ?>"><h3><?php echo $title;?></h3></a>
17 <?php else: ?>
18 <?php endif; ?>
19 <p><?php echo $content; ?></p>
20
21 <?php if ($submitted and $page): ?>
22 <p class="info">
23 <?php echo $submitted; ?>
24 </p>
25 <?php endif; ?>
26
27 <?php if ($links) echo $links; ?>

  ViewVC Help
Powered by ViewVC 1.1.2