This commit is contained in:
Pierre Rudloff 2015-04-11 22:08:24 +02:00
parent eeb506bdf7
commit 0b4e75547a
25 changed files with 276 additions and 331 deletions

13
templates/error.tpl Normal file
View file

@ -0,0 +1,13 @@
<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>