alltube/templates/error.tpl

15 lines
348 B
Smarty
Raw Normal View History

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