1
0
mirror of https://github.com/nokonoko/Uguu.git synced 2024-01-06 13:35:15 +00:00
uguu/rain/cache/error.e1ac13855adfa478d8926be2da304459.rtpl.php
James Dillon 0591f08bbf Adding error page
If a user tries to upload without a file selected, the user is
redirected to an error page instead of "You fucked up".
2015-10-05 18:18:37 +01:00

12 lines
511 B
PHP

<?php if(!class_exists('raintpl')){exit;}?><div class="container">
<div class="row">
<div class="col s12">
<div class="card-panel blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title" style="color: #FF9999"><h3>Error!</h3></span>
<p>Ooops! It seems something has went wrong! Make sure you've selected a file for upload :^)</p>
</div>
</div>
</div>
</div>
</div>