assign( array( 'GALLERY_URL' => make_index_url(), 'CUSTOM_REDIR_MSG' => $custom_text, ) ); if (isset($lang['Theme: '.$user['theme']])) { $template->assign( 'THEME_ABOUT',l10n('Theme: '.$user['theme']) ); } $template->set_filenames( array( 'UAM_RedirPage'=>dirname(__FILE__).'/template/del_account.tpl', ) ); $template->pparse('UAM_RedirPage'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>