getBgImg(); if ($src == NULL) $src = ar() . "/static/img/null.jpg"; switch ($obj->objtype) { case "user": case "group": $alt = $obj->getDisplayName() . " background"; break; default: $alt = $obj->name . " background"; break; } ?>