Custom 404 and 405 error pages

This commit is contained in:
Pierre Rudloff 2020-07-15 23:17:23 +02:00
parent 280618bb6b
commit b6b4dad2ec
3 changed files with 24 additions and 1 deletions

View file

@ -3,7 +3,6 @@
<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}
<p><i>{$error|escape|nl2br}</i></p>
</main>
{include file='inc/footer.tpl'}