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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Feb 22 11:02:08 2006 UTC (3 years, 9 months ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
Adding a simple wireframe theme.
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
2 <?php if ($page == 0): ?>
3 <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
4 <?php else: ?>
5 <?php print $picture ?>
6 <?php if ($submitted): ?>
7 <em class="info">info: <?php print $submitted ?></em>
8 <?php endif; ?>
9 <?php endif; ?>
10 <div class="content">
11 <?php print $content ?>
12 </div>
13 <?php if ($links): ?>
14 <em class="clear links">links: <?php print $links ?></em>
15 <?php endif; ?>
16 <?php if ($page == 1): ?>
17 <em class="clear terms">taxonomy: <?php print $terms ?></em>
18 <?php endif; ?>
19 </div>

  ViewVC Help
Powered by ViewVC 1.1.2