/[drupal]/contributions/themes/MyDrupal/comment.tpl.php
ViewVC logotype

Diff of /contributions/themes/MyDrupal/comment.tpl.php

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

revision 1.1.4.1 by taherk, Wed Mar 14 23:55:04 2007 UTC revision 1.1.4.2 by taherk, Thu Mar 22 23:27:35 2007 UTC
# Line 0  Line 1 
1      <div class="comment">
2    
3    <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
4    <table bgcolor="#FFFFCC">
5            <tr>
6            <td> <?php if ($picture) {
7          print $picture;
8        }?>
9            </td>
10            <td>
11        <div class="submitted"><?php print $submitted; ?></div>
12                    </td>
13            </tr>
14            </table>
15            <hr>
16    
17        <div class="content"><?php print $content; ?></div>
18        <div class="links2">&raquo; <?php print $links; ?></div>
19      </div>

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

  ViewVC Help
Powered by ViewVC 1.1.3