admin) { url::redirect(item::root()->abs_url()); } $v = new View("welcome_message.html"); $v->user = identity::active_user(); print $v; } }