head<= <=head body<= "; $body .= ""; $body .= LJ::Widget::FeatureMatrix->render( version => 'account_setup' ); if (LJ::did_post()) { return "" unless LJ::check_form_auth(); # plus is the default, so remove them if they want basic $u->remove_from_class('plus') if $u->in_class('plus') && defined $POST{"choose_free.x"}; # Set default style again in case they changed their account level from the default LJ::run_hook('set_default_style', $u); my $redirect = undef; LJ::run_hooks("create.bml_postsession", { post => \%POST, u => $u, redirect => \$redirect, }); $redirect ||= "$LJ::SITEROOT/manage/profile/"; return BML::redirect($redirect); } return $body; } _code?> <=body page?>