Actually, looking at it I think the only file I need to alter is adopt.php, this line;
PHP Code:
$name = (!$mysidia->input->post("name"))?$adopt->getType():$mysidia->input->post("name");
Likely something to do with the getType part, but I'm not sure what here to change to make it put "Unnamed" instead of the pet type?