File: /var/www/vhosts/creativefellows.nl/training.creativefellows.nl/views/view.form-australia.php
<?php
/*
* Header
*/
echo $this->fetch('partials/header.inc.php', [
"meta_title" => $page->metaTitle(),
"meta_description" => $page->metaDescription(),
"base_url" => $page->baseUrl(),
"main_navigation" => $navigation->getHeader("vertical menu",true),
]);
/*
* Content
*/
foreach($page->getProperty("contents") as $row)
{
echo $row->html("page-section");
}
echo '<div class="page-section page-section__background-gray">';
echo '<div class="grid-container">';
echo '<div class="grid-x grid-padding-x align-center">';
echo '<div class="cell small-12 medium-8 text-center">';
echo '<h3><strong>Need Marketing Support?</strong><br />Contact us today</h3>';
echo '</div>';
echo '<div class="cell small-12 medium-8 text-center">';
echo '<script src="//discover.nec.com.au/js/forms2/js/forms2.min.js"></script>';
echo '<form id="mktoForm_1233" class="form"></form>';
echo '<script>MktoForms2.loadForm("//discover.nec.com.au", "049-XYX-395", 1233);</script>';
echo '</div>';
echo '</div>';
echo '</div>';
echo '</div>';
/*
* Footer
*/
echo $this->fetch('partials/footer.inc.php',[
"base_url" => $page->baseUrl(),
"date" => date("Y")
]);