7 lines
291 B
PHP
7 lines
291 B
PHP
|
<?php
|
||
|
// Heading
|
||
|
$_['heading_title'] = 'Maintenance';
|
||
|
|
||
|
// Text
|
||
|
$_['text_maintenance'] = 'Maintenance';
|
||
|
$_['text_message'] = '<h1 style="text-align:center;">We are currently performing some scheduled maintenance. <br/>We will be back as soon as possible. Please check back soon.</h1>';
|