Show
Ignore:
Timestamp:
03/24/08 14:42:08 (8 months ago)
Author:
aarkerio
Message:

Move recover from users

Location:
trunk/app/views/elements
Files:
2 modified

Legend:

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

    r246 r336  
    1515 <?php  
    1616   echo $html->para(null, $html->link('Join us!', '/users/register'));  
    17    echo $html->para(null, $html->link('forgot your password?', '/users/recover'));  
     17   echo $html->para(null, $html->link('forgot your password?', '/recovers/recover'));  
    1818 ?> 
    1919 </div> 
  • trunk/app/views/elements/login_hide.ctp

    r276 r336  
    3030       echo $form->end('Login'); 
    3131       echo $html->para(null, $html->link('Join us!', '/users/register')); 
    32        echo $html->para(null, $html->link('forgot your password?', '/users/recover'));  
     32       echo $html->para(null, $html->link('forgot your password?', '/recovers/recover'));  
    3333 ?> 
    3434</div>