Changeset 274

Show
Ignore:
Timestamp:
05/28/07 13:28:34
Author:
danfreak
Message:

moved forms in content/forms directory and update the freakauth_light.php config file with new paths

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/config/freakauth_light.php

    r267 r274  
    350350 // LOGIN 
    351351  // The view to display the login form 
    352   $config['FAL_login_view'] = $config['FAL_template_dir'].'content/login'; 
     352  $config['FAL_login_view'] = $config['FAL_template_dir'].'content/forms/login'; 
    353353 
    354354 // REGISTRATION 
    355355  // view to display the user registration form 
    356   $config['FAL_register_view'] = $config['FAL_template_dir'].'content/register'; 
     356  $config['FAL_register_view'] = $config['FAL_template_dir'].'content/forms/register'; 
    357357   
    358358  // view to display the successful registration information 
     
    367367 // FORGOTTEN PASSWORD 
    368368  // view to display the forgotten password form 
    369   $config['FAL_forgotten_password_view'] = $config['FAL_template_dir'].'content/forgotten_password'; 
     369  $config['FAL_forgotten_password_view'] = $config['FAL_template_dir'].'content/forms/forgotten_password'; 
    370370   
    371371  // view to display the successful forgotten password request 
     
    380380 // CHANGE PASSWORD 
    381381  // view to display the forgotten password form 
    382   $config['FAL_change_password_view'] = $config['FAL_template_dir'].'content/change_password'; 
     382  $config['FAL_change_password_view'] = $config['FAL_template_dir'].'content/forms/change_password'; 
    383383   
    384384 // ERROR DELIMITERS