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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Mar 27 23:51:40 2005 UTC (4 years, 8 months ago) by kbahey
Branch: MAIN
CVS Tags: DRUPAL-4-5, HEAD
Branch point for: DRUPAL-4-6
File MIME type: text/x-php
Initial commit of Lincoln's Revenge theme, by Chris Messina.
1 <div class="comment">
2 <?php if ($avatar): ?>
3 <div class="avatar"><?php print $avatar ?></div>
4 <?php endif; ?>
5 <h3 class="title"><?php print $title ?></h3>
6 <div class="submitted"><?php print t("Submitted by %a on %b.", array("%a" => $author, "%b" => $date)) ?> <?php if ($new): ?>
7 <span class="new"><?php print t("new") ?></span></div>
8
9 <?php endif; ?>
10 <div class="content">
11 <?php print $content; ?>
12 </div>
13
14 <?php if ($links): ?>
15 <div class="links">&raquo; <?php print $links ?></div>
16 <?php endif; ?>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2