open includes/modules/sideboxes/YOUR_TEMPLATE/
testimonials_manager.php
find the following line of code:
PHP Code:
$title = BOX_HEADING_TESTIMONIALS_MANAGER;
and replace it with the following:
PHP Code:
$title = zen_image(DIR_WS_TEMPLATE_IMAGES . BOX_HEADING_TESTIMONIALS_MANAGER);