Smarty
This commit is contained in:
parent
eeb506bdf7
commit
0b4e75547a
25 changed files with 276 additions and 331 deletions
13
templates/error.tpl
Normal file
13
templates/error.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue