I have been using this to display random facts for over a year now. The client has requested a new site design, and there has been an update to the testimonial manager code.

The new site design does not use actual sideboxes; the items on the left column are hard coded into the template.

I would like to randomly display the facts as before, but I'm not sure what to include in my template.

the site is here:
http://biadchili.com/pepper/

the 'all testimonials page' is here:
http://biadchili.com/pepper/index.ph...l_testimonials

I actually do not want to display everything, just have them randomly displayed on the left column; the sideboxes are turned on

this is the code I've used to display this on the left column, but it is not showing:

PHP Code:
<?php require($template->get_template_dir('tpl_testimonials_manager_default.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_testimonials_manager_default.php'); 
                        
?>