' . BOX_INFORMATION_PAGE_2 . ''; } if (DEFINE_PAGE_3_STATUS <= 1) { $more_information[] = '' . BOX_INFORMATION_PAGE_3 . ''; } if (DEFINE_PAGE_4_STATUS <= 1) { $more_information[] = '' . BOX_INFORMATION_PAGE_4 . ''; } // insert additional links below to add to the more_information box // Example: // $more_information[] = '' . 'TESTING' . ''; // only show if links are active if (sizeof($more_information) > 0) { require($template->get_template_dir('tpl_more_information.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_more_information.php'); $title = BOX_HEADING_MORE_INFORMATION; $title_link = false; require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default); } ?>