/[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.2 by sakib000, Sat Jan 3 11:26:01 2009 UTC revision 1.3 by sakib000, Mon Jan 26 12:07:54 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      <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>      <div class="submitted">  <?php if ($submitted): ?><?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 }; ?>
12    </div>    </div>
   
13  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.3