1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-20 06:46:40 +02:00
alltube/templates/error.tpl
Pierre Rudloff 0b4e75547a Smarty
2015-04-11 22:08:24 +02:00

14 lines
278 B
Smarty

<div class="wrapper">
<div class="main error">
{include file="logo.tpl"}
<h2>An error occured</h2>
Please check the URL of your video.
<p><i>
{foreach $errors as $error}
{$error|escape}
<br/>
{/foreach}
</i></p>
</div>
</div>