Parent Directory
|
Revision Log
|
Revision Graph
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">» <?php print $links ?></div> |
| 16 | <?php endif; ?> |
| 17 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |