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

Diff of /contributions/themes/simply_modern/node.tpl.php

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

revision 1.2 by jrglasgow, Fri Apr 3 22:18:06 2009 UTC revision 1.3 by jrglasgow, Mon May 4 14:16:18 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: node.tpl.php,v 1.2 2009/04/03 22:18:06 jrglasgow Exp $
3  ?>  ?>
4  <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">  <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
5    <?php if ($picture) { print $picture; }?>    <?php if ($picture) { print $picture; }?>
# Line 9  Line 9 
9        <h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2>        <h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2>
10      <?php }; ?>      <?php }; ?>
11    <?php }; ?>    <?php }; ?>
12      <?php if ($submitted) { ?>
13        <span class="submitted"><?php print $submitted?></span>
14      <?php }; ?>
15    <?php if ($terms) { ?>    <?php if ($terms) { ?>
16      <span class="submitted"><?php print $submitted?></span> <div class="taxonomy"><?php print $terms?></div>      <div class="taxonomy"><?php print $terms?></div>
17    <?php }; ?>    <?php }; ?>
18    
19    <div class="content"><?php print $content?></div>    <div class="content"><?php print $content?></div>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.3