Hi kobra, I did. but the closest I found was in this file: custom_template/admin/reviews.php. The code there is
Code:
<td class="main"><b><?php echo ENTRY_RATING; ?></b> <?php echo zen_image(DIR_WS_TEMPLATE_IMAGES . 'stars_' . $rInfo->reviews_rating . '.gif', sprintf(TEXT_OF_5_STARS, $rInfo->reviews_rating)); ?> <small>[<?php echo sprintf(TEXT_OF_5_STARS, $rInfo->reviews_rating); ?>]</small></td>
when I changed those brackets between the <small> tags, it doesn't work. So I still don't know where to look. Thanks for any help.