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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Aug 12 14:17:22 2006 UTC (3 years, 3 months ago) by fallacious
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -7 lines
File MIME type: text/x-php
Tweaks.
1 <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
2 <?php if ($picture) {
3 print $picture;
4 }?>
5 <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
6 <div class="content"><?php print $content?></div><!--content-->
7
8 <div class="clear"></div>
9 <div class="submitted"><?php print $submitted?></div>
10 <div class="taxonomy"><?php print $terms?></div>
11 <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
12 </div><!--node whatever-->

  ViewVC Help
Powered by ViewVC 1.1.2