diff --git a/views/inscription.tpl b/views/inscription.tpl deleted file mode 100644 index 7b82e77..0000000 --- a/views/inscription.tpl +++ /dev/null @@ -1,197 +0,0 @@ -{extends file="views/layout.tpl"} - -{block name="content"} - - - -
- - -
-
- - -
- - -

Inscription

- - -

- Créez votre compte utilisateur. -

- {if (isset($arrError) && count($arrError) > 0) } -
- {foreach $arrError as $strError} -

{$strError}

- {/foreach} -
- {/if} - - -
- -
- - -
- - -
- - -
- - -
- - -
- -
- @ - -
-
- - -
- - -
- - -
- - -
- -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- - -
- -
- - -
- - Déjà un compte ? - Se connecter - -
- - -
- - -
- -
-
-
-{/block} \ No newline at end of file