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

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

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

revision 1.1, Sat Feb 2 14:23:25 2008 UTC revision 1.2, Thu Apr 10 19:27:07 2008 UTC
# Line 1  Line 1 
1  <div id="comment-<?php print $comment->cid; ?>" class="comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status  == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">  <div id="comment-<?php print $comment->cid; ?>" class="comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status  == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
2          <div class="post_left">      <div class="post_left">
3                  <div class="date">          <div class="date">
4                          <span class="post-month"><?php print date('M', $comment->timestamp); ?></span>              <span class="post-month">
5                          <span class="post-day"><?php print date('d', $comment->timestamp); ?></span>                  <?php print date('M', $comment->timestamp); ?>
6                  </div>              </span>
7          </div>              <span class="post-day">
8          <div class="post_right">                  <?php print date('d', $comment->timestamp); ?>
9                  <div class="post_header">              </span>
10                          <h3 class="titleh3"><?php print $title; ?></h3>          </div>
11                  <?php if ($comment->new) { print '<a id="new"></a>' . '<span class="new">' . drupal_ucfirst($new) .'</span>'; } ?>      </div>
12                  </div>      <div class="post_right">
13                  <?php if ($links) { print '<div class="comment_icon"></div><div class="post-tags">' . $links . '</div>'; } ?>          <div class="post_header">
14                  <div class="post_content">              <h3 class="titleh3">
15                  <?php print $picture ?>                  <?php print $title; ?>
16                  <?php print $content; ?>              </h3>
17                          <div class="post_bottom"><?php print t('by') . ' ' . $name; ?></div>              <?php if ($comment->new) { print '<a id="new"></a>' . '<span class="new">' . drupal_ucfirst($new) .'</span>'; } ?>
18                          <div class="clear-block clear"></div>          </div>
19                  </div>          <?php if ($links) { print '<div class="comment_icon"></div><div class="post-tags">' . $links . '</div>'; } ?>
20          </div>          <div class="post_content">
21                <?php print $picture ?>
22                <?php print $content; ?>
23                <div class="post_bottom">
24                    <?php print t('by') . ' ' . $comment->name; ?>
25                </div>
26                <div class="clear-block clear">
27                </div>
28            </div>
29        </div>
30  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2