| 1 |
|
| 2 |
<!-- start comment -->
|
| 3 |
<div class="comment <?php print $comment_classes ?>">
|
| 4 |
<?php if (!empty($new)): ?>
|
| 5 |
<a id="new"></a>
|
| 6 |
<span class="new"><?php print $new ?></span>
|
| 7 |
<?php endif; ?>
|
| 8 |
<h3 class="title"><?php print $title ?></h3>
|
| 9 |
<?php if ($unpublished): ?>
|
| 10 |
<div class="unpublished"><?php print t('Unpublished') ?></div>
|
| 11 |
<?php endif; ?>
|
| 12 |
<?php print $picture ?>
|
| 13 |
<div class="submitted"><?php print $submitted ?></div>
|
| 14 |
<div class="content clear-block"><?php print $content ?></div>
|
| 15 |
<?php if ($signature): ?>
|
| 16 |
<div class="user-signature clear-block"><?php print $signature ?></div>
|
| 17 |
<?php endif; ?>
|
| 18 |
<?php if ($links): ?>
|
| 19 |
<div class="links">» <?php print $links ?></div>
|
| 20 |
<?php endif; ?>
|
| 21 |
</div>
|