From 07abd206ce999247d0f34ed46c94cdc0023ff2cf Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 3 Mar 2008 17:49:52 +0000 Subject: Register goes smarty. Correction in profile.php (forgotten assign_var) git-svn-id: http://piwigo.org/svn/trunk@2247 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/register.tpl | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/register.tpl b/template/yoga/register.tpl index 724c85b3e..1bce58afd 100644 --- a/template/yoga/register.tpl +++ b/template/yoga/register.tpl @@ -1,62 +1,62 @@ - +{* $Id$ *}
    -
  • {lang:home}
  • +
  • {'home'|@translate}
-

{lang:Registration}

+

{'Registration'|@translate}

- +{if isset($errors)}
    - -
  • {errors.error.ERROR}
  • - + {foreach from=$errors item=error} +
  • {$error}
  • + {/foreach}
- +{/if} -
+
- {lang:Enter your personnal informations} + {'Enter your personnal informations'|@translate}
  • - + - +
  • - +
  • - +
  • - + - - ({lang:useful when password forgotten}) + + ({'useful when password forgotten'|@translate})

- - + +

-- cgit v1.2.3