14 lines
333 B
Smarty
14 lines
333 B
Smarty
{include file='inc/head.tpl'}
|
|
<div class="wrapper">
|
|
<div class="main error">
|
|
{include file="inc/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>
|
|
{include file='inc/footer.tpl'}
|