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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Feb 10 00:19:39 2007 UTC (2 years, 9 months ago) by s7en
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
First upload/version of ActiveSigns
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 endif; ?>
5 <?php print $picture ?>
6
7 <div class="info"><?php print $submitted .'<span class="taxonomy">'. ($submitted ? ' :: ' : '') . $terms .'</span>' ?></div>
8 <div class="content">
9 <?php print $content ?>
10 </div>
11 <?php if ($links): ?>
12 <?php if ($picture): ?>
13 <br class="clear" />
14 <?php endif; ?>
15 <div class="links"><?php print $links ?></div>
16 <?php endif; ?>
17 </div>
18

  ViewVC Help
Powered by ViewVC 1.1.2