| 2 |
<?php if ($picture) : ?><?php print $picture ?><?php endif; ?> |
<?php if ($picture) : ?><?php print $picture ?><?php endif; ?> |
| 3 |
<div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div> |
<div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div> |
| 4 |
<div class="content clearfix"><?php print $content ?></div> |
<div class="content clearfix"><?php print $content ?></div> |
| 5 |
|
<?php if ($signature): ?> |
| 6 |
|
<div class="user-signature clear-block"> |
| 7 |
|
<?php print $signature ?> |
| 8 |
|
</div> |
| 9 |
|
<?php endif; ?> |
| 10 |
<?php if ($links) : ?><div class="links_box"><?php print $links ?></div><?php endif; ?> |
<?php if ($links) : ?><div class="links_box"><?php print $links ?></div><?php endif; ?> |
| 11 |
</div> |
</div> |