
Originally Posted by
CnTGifts
like whats the code i put into the information sidebox file to get a link to display directing to the read all testimonials page
Code:
if (DISPLAY_ALL_TESTIMONIALS_TESTIMONIALS_MANAGER_LINK == 'true') {
$information[] = '<a href="' . zen_href_link(FILENAME_TESTIMONIALS_MANAGER_ALL) . '">' . TESTIMONIALS_MANAGER_DISPLAY_ALL_TESTIMONIALS . '</a>';
}
Bookmarks