Parent Directory
|
Revision Log
|
Revision Graph
initial commit of the Acquia Marina theme
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | |
| 5 | <!-- start comment.tpl.php --> |
| 6 | <div class="comment <?php print $comment_classes;?> clear-block"> |
| 7 | <?php print $picture ?> |
| 8 | <?php if ($comment->new): ?> |
| 9 | <a id="new"></a> |
| 10 | <span class="new"><?php print $new ?></span> |
| 11 | <?php endif; ?> |
| 12 | <h3 class="title"><?php print $title ?></h3> |
| 13 | <div class="submitted"> |
| 14 | <?php print $submitted ?> |
| 15 | </div> |
| 16 | <div class="content"> |
| 17 | <?php print $content ?> |
| 18 | <?php if ($signature): ?> |
| 19 | <div class="signature"> |
| 20 | <?php print $signature ?> |
| 21 | </div> |
| 22 | <?php endif; ?> |
| 23 | </div> |
| 24 | <?php if ($links): ?> |
| 25 | <div class="links"> |
| 26 | <?php print $links ?> |
| 27 | </div> |
| 28 | <?php endif; ?> |
| 29 | </div> |
| 30 | <!-- /end comment.tpl.php --> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |