Typo.
[platal.git] / templates / register / breadcrumb.tpl
index b7ab7c7..30ce31f 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*                                                                        *}
 {**************************************************************************}
 
-{assign var="step" value=$smarty.session.sub_state.step}
+{assign var="step" value=$smarty.session.subState.step}
 <div class="descr center">
   <strong>Procédure d'inscription&nbsp;:</strong>
-  {if !$step}<span class="erreur">{/if}Charte{if !$step}</span>{/if} »
-  {if $step eq 1 || $step eq 2}<span class="erreur">{/if}Identification{if $step eq 1 || $step eq 2}</span>{/if} »
-  {if $step eq 4 || $step eq 3}<span class="erreur">{/if}Pré-Inscription{if $step eq 4 || $step eq 3}</span>{/if} »
+  {if !$step}<span class="erreur">{/if}Charte{if !$step}</span>{/if}&nbsp;»
+  {if $step eq 1 || $step eq 2}<span class="erreur">{/if}Identification{if $step eq 1 || $step eq 2}</span>{/if}&nbsp;»
+  {if $step eq 4 || $step eq 3}<span class="erreur">{/if}Pré-Inscription{if $step eq 4 || $step eq 3}</span>{/if}&nbsp;»
   {if $step eq 5}<span class="erreur">{/if}Validation{if $step eq 5}</span>{/if}
 </div>