$names = "The site administrator";
if (isset($user->profile_surname))
$names = $user->profile_surname;
if (isset($user->profile_givennames))
$names = $user->profile_givennames . " " . $names;
if (isset($user->profile_homepage))
$names = 'profile_homepage.'">'.$names.'';
?>
This site is moderated by <?php echo $names; ?> on behalf of the contributors who retain copyright. Content can be used in accordance with a CC Liscense. More information on the site contributors can be found here.
This site uses Drupal and is based on a set of templates and modules defined by the EDIT team at the Natural History Museum, London.