<?php
$count_comments = 1;
foreach ($comments as $comment) :
?>
<span style="float:right; position:relative; border:0px; width:40px; font-family: Georgia,sans-serif; font-size: 2.4em; font-weight: bold; color: #e0e0d0;"><?php echo $count_comments; ?></span>
<?php
$count_comments++;
endforeach;
?>
Adaugat de ddumi (220 vizualizari) |