<?php
$user=user_load(array("uid"=>2));
$profile = profile_load_profile($user);
$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 = ''.$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 Licence. 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.