Quote Originally Posted by shaqadamus View Post
Hi Clyde,
How can I add a link "Testimonial" in Information Sidebox which will point to all testimonial page.
I do not want to display in seperate side box.
Thanks in advance.
open includes/modules/sideboxes/YOUR_TEMPLATE/informtion.php

add the following where you want the link to appear.

Code:
    $information[] = '<a href="' . zen_href_link(FILENAME_TESTIMONIALS_MANAGER_ALL) . '">' . TESTIMONIALS_MANAGER_DISPLAY_ALL_TESTIMONIALS . '</a>';