1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-28 07:40:53 +02:00
alltube/templates/error.tpl
2017-05-26 03:58:48 -07:00

15 lines
347 B
Smarty

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