diff --git a/tpl/error.tpl b/tpl/error.tpl new file mode 100644 index 0000000..baf5cbe --- /dev/null +++ b/tpl/error.tpl @@ -0,0 +1,8 @@ +{extends file='page.tpl'} + +{block name=main} +
+

{$error}

+

{_('Back to the homepage of')} {$APPLICATION_NAME}

+
+{/block}