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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Feb 20 04:32:29 2007 UTC (2 years, 9 months ago) by batumaru
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Changes since 1.1: +1 -2 lines
File MIME type: text/x-php
User picture layout Fix
1 <div class="node<?php if ($sticky) { print " sticky"; } ?>
2 <?php if (!$status) { print " node-unpublished"; } ?>">
3
4 <table cellspacing="0" cellpadding="0" border="0" class="node_title">
5 <tr>
6 <td class="node_title_l">&nbsp;</td>
7 <?php if ($page == 0) { /*first page*/ ?>
8 <td class="node_title_m"><a href="<?php print $node_url?>"><?php print $title?></a></td>
9 <?php }else{; /* other page*/ ?>
10 <td class="node_title_m"><?php print $title?></td>
11 <?php }; ?>
12 <td class="node_title_r">&nbsp;</td>
13 </tr>
14 </table>
15
16 <table cellspacing="0" cellpadding="0" border="0" width="100%">
17 <tr><td class="submitted"><?php print $submitted?><span class="taxonomy"><?php if($terms){print $terms;} ?></span></td></tr>
18 <tr><td class="content"><?php if ($picture){print $picture;} ?><?php print $content?></td></tr>
19 </table>
20
21 <?php if ($links) { ?><div class="links">&raquo; <?php print $links?></div><?php }; ?>
22 </div>

  ViewVC Help
Powered by ViewVC 1.1.2