1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/plugin/MaintenanceMode/footer.php
2019-02-20 11:33:06 -03:00

6 lines
No EOL
302 B
PHP

<div class="alert alert-warning text-center" style="position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; margin: 0; padding: 2px;" role="alert">
<i class="fas fa-exclamation-triangle"></i>
<?php
echo str_replace("{email}", $config->getContactEmail(), $obj->text);
?>
</div>