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

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

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

revision 1.1 by sakib000, Fri Jan 2 10:57:38 2009 UTC revision 1.2 by sakib000, Sat Jan 3 11:26:01 2009 UTC
# Line 5  Line 5 
5        print $picture;        print $picture;
6      }?>      }?>
7      <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>      <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
8      <span class="submitted">  <?php if ($date): ?><?php print $date?> by <?php print $name ?> <?php endif; ?>&nbsp; <?php if ($terms): ?> <strong style="color: #30424e">Tags:</strong><?php print $terms?><?php endif; ?> </span>      <div class="submitted">  <?php if ($date): ?><?php print $date?> by <?php print $name ?> <?php endif; ?>&nbsp; <?php if ($terms): ?> <strong style="color: #30424e">Tags:</strong><?php print $terms?><?php endif; ?> </div>
9      <div class="taxonomy"></div>      <div class="taxonomy"></div>
10      <div class="content"><?php print $content?></div>      <div class="content"><?php print $content?></div>
11      <?php if ($links) { ?><div class="links-readmore">&raquo;<?php print $links?></div><?php }; ?>      <?php if ($links) { ?><div class="links-readmore">&raquo;<?php print $links?></div><?php }; ?>

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

  ViewVC Help
Powered by ViewVC 1.1.3