$mode = 'retirement_category';
require('../includes_main.php');
$products = $pageManager->getPageData('products');
$testimonials = $pageManager->getPageData('testimonials');
?>
RETIREMENT & ESTATE PLANNING
Protect your future and that of your family
-
Home
- /
-
Retirement & Estate Planning
foreach($products as $product)
{
?>
=$product['page_name']?>
=$product['snippit']?>
}
?>
WEALTHinsurance.com®
WEALTHinsurance developed from 25 years of experience at illnessPROTECTION.com.
Visit Website
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');
?>