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

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

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


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Sun Oct 22 17:48:22 2006 UTC (3 years, 1 month ago) by deni
Branch: deni, MAIN
CVS Tags: start, HEAD
Branch point for: DRUPAL-4-7
Changes since 1.1: +0 -0 lines
File MIME type: text/x-php
Imported sources
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
2
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 <?php print $picture ?>
7 <?php if ($submitted): ?>
8 <em class="info">info: <?php print $submitted ?></em>
9 <?php endif; ?>
10 <?php endif; ?>
11
12 <div class="content"><?php print $content ?></div>
13
14 <?php if ($links): ?>
15 <em class="clear links">>> <?php print $links ?></em>
16 <?php endif; ?>
17 <?php if ($page == 1): ?>
18 <em class="clear terms"><?php print $terms ?></em>
19 <?php endif; ?>
20
21 </div>

  ViewVC Help
Powered by ViewVC 1.1.2