From a891960d5a9ac504a173520f4604e6740c58493b Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 27 Aug 2005 00:24:31 +0000 Subject: (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] solution #3 from http://forum.phpwebgallery.net/viewtopic.php?pid=21443#p21443 : adds the fix on min-height. - [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. git-svn-id: http://piwigo.org/svn/trunk@854 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'identification.php') diff --git a/identification.php b/identification.php index 79157e632..772f42722 100644 --- a/identification.php +++ b/identification.php @@ -81,8 +81,11 @@ $template->assign_vars( 'L_REGISTER' => $lang['ident_register'], 'L_FORGET' => $lang['ident_forgotten_password'], 'L_REMEMBER_ME'=>$lang['remember_me'], + + 'U_REGISTER' => add_session_id(PHPWG_ROOT_PATH.'register.php'), + 'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php'), - 'F_LOGIN_ACTION' => add_session_id('identification.php') + 'F_LOGIN_ACTION' => add_session_id(PHPWG_ROOT_PATH.'identification.php') )); if ($conf['authorize_remembering']) -- cgit v1.2.3