zira/themes/bulaksu/offline.php
2017-09-13 16:25:52 +05:00

9 lines
543 B
PHP

<div class="offline-page-wrapper">
<div class="alert alert-danger" role="alert"><?php echo t('Site offline'); ?></div>
<div class="offline-page-image"><img src="<?php echo Zira\Helper::baseUrl('assets/images/smileys/svg/1f916.svg'); ?>" width="300" height="300" alt="<?php echo t('Site offline'); ?>" /></div>
<div class="offline-page-text">
<p><?php echo t('Sorry, but website is currently under maintenance.'); ?></p>
<p><?php echo t('We should be back shortly.'); ?></p>
<p><?php echo t('Thank you for your patience.'); ?></p>
</div>
</div>