Ignore:
Timestamp:
Aug 27, 2005, 2:24:31 AM (19 years ago)
Author:
plg
Message:

(not in ChangeLog)

  • adds PHPWG_ROOT_PATH to form action in identification.php
  • adds link to home on identification.php
  • avoid using language_select and template_select in profile.php (maybe these functions becom obsolete)
  • [template cclear] new FORM class : properties. Used in identification, profile, register.
  • [template cclear] deletion of now useless DIV.formbox
  • [template cclear] footer update : link to phpwebgallery website and not pierrick email.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r850 r854  
    8282    'L_FORGET' => $lang['ident_forgotten_password'],
    8383    'L_REMEMBER_ME'=>$lang['remember_me'],
     84
     85    'U_REGISTER' => add_session_id(PHPWG_ROOT_PATH.'register.php'),
     86    'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php'),
    8487   
    85     'F_LOGIN_ACTION' => add_session_id('identification.php')
     88    'F_LOGIN_ACTION' => add_session_id(PHPWG_ROOT_PATH.'identification.php')
    8689    ));
    8790
Note: See TracChangeset for help on using the changeset viewer.