get_template_dir('tpl_subscribe.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_subscribe.php');
$content = '
' . $content . '
';
$title = BOX_HEADING_SUBSCRIBE;
$title_link = false;
$left_corner = false;
$right_corner = false;
$right_arrow = false;
require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
}
?>