alltube/templates/error.tpl

10 lines
299 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">
<main class="main error">
{include file="inc/logo.tpl"}
<h2>{t}An error occurred{/t}</h2>
{t}Please check the URL of your video.{/t}
2019-12-02 22:04:14 +01:00
<p><i>{$error|escape}</i></p>
</main>
2020-05-14 00:18:39 +02:00
{include file='inc/footer.tpl'}