$mode = 'groups_category';
require('../includes_main.php');
$products = $pageManager->getPageData('products');
$testimonials = $pageManager->getPageData('testimonials');
?>
FOR GROUPS
Protect your employees and their families
foreach($products as $product)
{
?>
=$product['page_name']?>
=$product['snippit']?>
}
?>
Our benefits specialists now manage over 1500 groups across Canada with combined
annual premium of more than $250 Million
include_once(WEBROOT_PATH . '/templates/inner_page_form_section.php');
if(is_array($testimonials) && count($testimonials))
{
?>
What Our Clients say
foreach($testimonials as $testimonial)
{
?>
Testimonial
=$testimonial['testimonial']?>
}
?>
}
?>
require_once(WEBROOT_PATH . '/templates/footer.php');
?>