// test if box should display
$show_tell_a_friend= false;
if (isset($_GET['product_id']) and zen_products_id_valid($_GET['product_id'])) {
if (!($_GET['main_page']==FILENAME_TELL_A_FRIEND)) $show_tell_a_friend = true;
}
if ($show_tell_a_friend == true) {
require($template->get_template_dir('tpl_tell_a_friend.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_tell_a_friend.php');
$title = BOX_HEADING_TELL_A_FRIEND;
$title_link = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
}