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

Contents of /contributions/themes/ocadia/comment.tpl.php

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Jul 4 12:45:09 2007 UTC (2 years, 4 months ago) by snpower
Branch: MAIN
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
latest version
1 <div class="comment">
2 <ol id="commentlist">
3 <li class="comment<?php if ($comment->cid%2) echo 'alt'; ?>">
4 <p class="commentauthor"><?php print $author ?> <?php print t("said"); ?>,</p>
5 <p class="commentmeta"><?php print $date ?> - <?php print $links ?></p>
6 <?php print $content ?>
7 </li>
8 </ol>
9 </div>

  ViewVC Help
Powered by ViewVC 1.1.2