path and $User->admin('user')) { global $user; $user = new User(strtolower("profile{$Page->path}"), FALSE); print $Page->widget('login/admin'); $Page->title = "Profiel {$user->login}"; print "

{$Page->title}

\n"; print $Page->widget('login/edit'); return; }