| 4 |
print $picture; |
print $picture; |
| 5 |
} ?> |
} ?> |
| 6 |
<h3 class="title"><?php print $title; ?></h3> |
<h3 class="title"><?php print $title; ?></h3> |
| 7 |
<?php if ($new != '') { ?> |
<?php if ($comment->new != '') { ?> |
| 8 |
<span class="new"><?php print $new; ?></span> |
<span class="new"><?php print $new; ?></span> |
| 9 |
<?php } ?> |
<?php } ?> |
| 10 |
<div class="content"><?php print $content; ?></div> |
<div class="content"><?php print $content; ?></div> |
| 11 |
|
<?php if($signature) { ?> |
| 12 |
|
<div class="clear-block"> |
| 13 |
|
<div>-</div> |
| 14 |
|
<?php print $signature; ?> |
| 15 |
|
</div> |
| 16 |
|
<?php } ?> |
| 17 |
<div class="links"><?php print $links; ?></div> |
<div class="links"><?php print $links; ?></div> |
| 18 |
</div> |
</div> |