I would like to replace the "sidebox header text" with an image like I have on all my other sideboxes. For my other sideboxes I edited the english.php file and put it in there. How can I do that for this module?
Excellent mod by the way!!
Thanks
I would like to replace the "sidebox header text" with an image like I have on all my other sideboxes. For my other sideboxes I edited the english.php file and put it in there. How can I do that for this module?
Excellent mod by the way!!
Thanks
Thanks Clyde....which folder would I place the image in? After I modify the above code to read "define('BOX_HEADING_TESTIMONIALS_MANAGER', 'bg_testimonies.gif');" I just see bg_testimonies.gif instead of the image. I even tried to path it out fully and it didnt work?
Thanks again!
open includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
find the following line of code:
and replace it with the following:PHP Code:$title = BOX_HEADING_TESTIMONIALS_MANAGER;
PHP Code:$title = zen_image(DIR_WS_TEMPLATE_IMAGES . BOX_HEADING_TESTIMONIALS_MANAGER);