Show
Ignore:
Timestamp:
06/04/08 20:53:56 (6 months ago)
Author:
aarkerio
Message:

Locales

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/login_hide.ctp

    r574 r587  
    3030   echo '</fieldset>'; 
    3131 
    32    echo $html->div(null, $html->link('Join us!', '/users/register', array('style'=>'font-size:7pt'))); 
    33    echo $html->div(null, $html->link('forgot your password?', '/recovers/recover', array('style'=>'font-size:7pt')));  
     32   echo $html->div(null, $html->link(__('Join us!', true), '/users/register', array('style'=>'font-size:7pt'))); 
     33   echo $html->div(null, $html->link(__('Forgot your password?', true), '/recovers/recover', array('style'=>'font-size:7pt')));  
    3434 ?> 
    3535</div>