Files
godot-asset-library/templates/error.phtml
2018-05-26 12:09:10 +03:00

6 lines
177 B
PHTML

<?php include("_header.phtml") ?>
<div class="alert alert-danger">
<strong>Error:</strong> <?php echo nl2br(esc($data['error'])) ?>
</div>
<?php include("_footer.phtml") ?>