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

Contents of /contributions/themes/dark/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 Nov 10 08:29:13 2007 UTC (2 years ago) by paddy
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of the Dark Theme. This theme was originally used by Bartelme Design, and converted to WordPress by iLEMONED.
1 <div class="post-meta">
2 <?php if ($submitted) { print '<span class="submitted">' . $submitted . '</span>'; } ?>
3 <?php if ($taxonomy) { print '<div class="terms">' . $terms . '</div>'; } ?>
4 <?php if ($links) { print '<div class="post-tags">' . $links . '</div>'; } ?>
5 </div>
6 <div class="post-main <?php print $zebra ?>">
7 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
8 <?php print $picture ?>
9 <?php if ($page == 0) { print '<h2><a class="post-title" href="' . $node_url . '" title="' . $title . '">' . $title . '</a></h2>'; } ?>
10 <div class="post-entry">
11 <?php print $content ?>
12 </div>
13 <div class="clear-block clear"></div>
14 </div>
15 </div>

  ViewVC Help
Powered by ViewVC 1.1.2