/[drupal]/contributions/themes/ad_the-morning-after/node.tpl.php
ViewVC logotype

Contents of /contributions/themes/ad_the-morning-after/node.tpl.php

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


Revision 1.5 - (show annotations) (download) (as text)
Thu Jul 17 08:34:12 2008 UTC (16 months, 1 week ago) by avioso
Branch: MAIN
Changes since 1.4: +0 -19 lines
File MIME type: text/x-php
Fixing Legalities and styling blockquote
1 <div class="node" id="node-<?php print $node->nid; ?>"><div class="node-inner">
2
3 <?php if ($page == 0): ?>
4 <h2 class="title">
5 <a href="<?php print $node_url; ?>"><?php print $title; ?></a>
6 </h2>
7 <?php endif; ?>
8
9
10
11 <?php if ($picture) print $picture; ?>
12
13 <?php if ($submitted): ?>
14 <div class="submitted">
15 <?php print $submitted; ?>
16 </div>
17 <?php endif; ?>
18
19 <div class="content">
20 <?php print $content; ?>
21 </div>
22
23 <?php if ($links || count($taxonomy)): ?>
24 <div class="links">
25 <?php print $links; ?><div class="taxonomy-terms"><?php print $terms; ?></div>
26 <span class="clear"></span>
27 </div>
28 <?php endif; ?>
29
30 </div></div> <!-- /node-inner, /node -->

  ViewVC Help
Powered by ViewVC 1.1.2