alltube/templates/error.tpl

15 lines
348 B
Smarty
Raw Normal View History

2016-08-01 01:01:10 +02:00
{include file='inc/head.tpl'}
2015-04-11 22:08:24 +02:00
<div class="wrapper">
<div class="main error">
2016-08-01 01:01:10 +02:00
{include file="inc/logo.tpl"}
2017-09-12 23:21:38 +02:00
<h2>{t}An error occurred{/t}</h2>
2017-05-26 12:58:48 +02:00
{t}Please check the URL of your video.{/t}
2015-04-11 22:08:24 +02:00
<p><i>
{foreach $errors as $error}
{$error|escape}
<br/>
{/foreach}
</i></p>
2016-08-01 01:01:10 +02:00
</div>
{include file='inc/footer.tpl'}