set_filenames( array('identification'=>'identification.tpl') ); $template->assign( array( 'U_LOST_PASSWORD' => get_root_url().'password.php', 'U_REDIRECT' => $redirect_to, 'F_LOGIN_ACTION' => get_root_url().'identification.php', 'authorize_remembering' => $conf['authorize_remembering'], )); if ($conf['allow_user_registration']) { $template->assign('U_REGISTER', get_root_url().'register.php' ); } //-------------------------------------------------------------- errors display if ( sizeof( $errors ) != 0 ) { $template->assign('errors', $errors); } //----------------------------------------------------------- html code display $template->pparse('identification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>