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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jul 1 11:15:38 2008 UTC (16 months, 4 weeks ago) by interfacewebdesign
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 // $Id: node.tpl.php,v 1.5 2007/10/11 09:51:29 goba Exp $
3 ?>
4 <div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
5
6 <?php print $picture ?>
7
8 <?php if ($page == 0): ?>
9 <h1 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h1>
10 <?php endif; ?>
11
12 <?php if ($submitted): ?>
13 <span class="submitted"><?php print $submitted; ?></span>
14 <?php endif; ?>
15
16 <div class="content clear-block">
17 <?php print $content ?>
18 </div>
19
20 <div class="clear-block">
21 <div class="meta">
22 <?php if ($taxonomy): ?>
23 <div class="terms"><?php print $terms ?></div>
24 <?php endif;?>
25 </div>
26
27 <?php if ($links): ?>
28 <div class="links"><?php print $links; ?></div>
29 <?php endif; ?>
30 </div>
31
32 </div>

  ViewVC Help
Powered by ViewVC 1.1.2