set_filenames( array('identification'=>'identification.tpl') ); $template->assign( array( 'U_REDIRECT' => $redirect_to, 'F_LOGIN_ACTION' => get_root_url().'identification.php', 'authorize_remembering' => $conf['authorize_remembering'], )); if (!$conf['gallery_locked'] && $conf['allow_user_registration']) { $template->assign('U_REGISTER', get_root_url().'register.php' ); } if (!$conf['gallery_locked']) { $template->assign('U_LOST_PASSWORD', get_root_url().'password.php' ); } // include menubar $themeconf = $template->get_template_vars('themeconf'); if (!$conf['gallery_locked'] && (!isset($themeconf['hide_menu_on']) OR !in_array('theIdentificationPage', $themeconf['hide_menu_on']))) { include( PHPWG_ROOT_PATH.'include/menubar.inc.php'); } //----------------------------------------------------------- html code display include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_action('loc_end_identification'); flush_page_messages(); $template->pparse('identification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>