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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Mar 25 01:06:43 2005 UTC (4 years, 8 months ago) by kbahey
Branch: MAIN
CVS Tags: DRUPAL-4-5, HEAD
Branch point for: DRUPAL-4-6, DRUPAL-4-7
File MIME type: text/x-php
Initial commit for the Democratica theme by Chris Messina.
1 <div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
2 <?php if ($page == 0): ?>
3 <h2 class="page-title"><a href="<?php print $node_url ?>" rel="bookmark" title="Permanent Link to <?php print $title ?>"><?php print $title ?></a></h2>
4 <?php endif; ?>
5 <small><?php print $submitted ?></small>
6 <div class="content">
7 <?php print $content ?>
8 </div>
9 <?php if ($links): ?>
10 <div class="links">
11 <?php if ($terms): ?> <span class="postmetadata">Posted in <?php print $terms ?></span> | <?php endif; ?><?php print $links ?> &#187;</p>
12 </div>
13 <?php endif; ?>
14 </div>

  ViewVC Help
Powered by ViewVC 1.1.2