Hi Guys,
Can anybody help, I'm trying to display this sidebox on only my index page... I've added the following to my testimonials_manager.php but it doesn't have an effect:
$show_testimonials_manager = false;
if ($_GET['main_page'] == 'index') {
$show_testimonials_manager = true;
} else {
$show_testimonials_manager = false;
}


Reply With Quote
