File: /var/www/vhosts/creativefellows.nl/figi.creativefellows.nl/views/503.php
<?php
/*
* Get Header
*/
$header_top_color = $data["page"][0]->contents == "" || !preg_match("/.image-showcase/",$data["page"][0]->contents) ? "no-header-transition" : "";
require_once 'inc/header.php';
/*
* Contentss
*/
$html = '<div class="grid-x align-middle">';
$html .= '<div class="small-8 small-offset-2 cell space-2 text-center">';
$html .= '<h1>Pagina tijdelijk niet beschikaar (503)</h1>';
$html .= '<p class="lead">Probeer op een later tijdstip de pagina opnieuw te laden</p><br /><br />';
$html .= '</div>';
$html .= '</div>';
// wrap as section
echo $data["config"]->wrapAsSection($html);
/*
* Get Footer
*/
require_once 'inc/footer.php';
?>