mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-07 02:09:56 +03:00
6 lines
177 B
PHTML
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") ?>
|