Création template default2020 avec nouveau design

This commit is contained in:
2019-12-02 15:18:31 +01:00
parent 355e9da24c
commit 8f375d6e1a
288 changed files with 55180 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{if ! $title_empty}
{$title={intl l="The page cannot be found"}}
{/if}
<h1 id="main-label" class="page-header">{$title}</h1>
{if ! $message_empty}
<div class="description">
{$message_empty nofilter}
</div>
{/if}