Changeset 34837 for _plugins_/jeux

Show
Ignore:
Timestamp:
02/01/10 15:12:24 (6 months ago)
Author:
patfr@…
Message:

jeux_bouton_recommencer, pas bouton_recommencer...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • _plugins_/jeux/jeux/trous.php

    r34791 r34837  
    182182        $fond = str_replace( 
    183183                array('@@FORM_JEUX_DEBUT@@', '@@FORM_JEUX_FIN@@', '@@FORM_CORRIGER@@', '@@RECOMMENCER@@'),  
    184                 ($correction || !$form)?'':array(jeux_form_debut('trous', $indexJeux), jeux_form_fin(), jeux_bouton_corriger(), bouton_recommencer()),  
     184                ($correction || !$form)?'':array(jeux_form_debut('trous', $indexJeux), jeux_form_fin(), jeux_bouton_corriger(), jeux_bouton_recommencer()),  
    185185                $fond 
    186186        );