This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccount/resources/views/error.php
2019-04-24 18:46:41 +00:00

8 lines
No EOL
220 B
PHP

<?php include("layout/top.php"); ?>
<div class="row">
<div class="col-md-12">
<h3>Error</h3>
<p><?php echo $msg; ?></p>
</div>
</div>
<?php include("layout/bottom.php"); ?>