<?php

drupal_set_title(t('"' . arg(2) . '" not found'));

?>

<?php print(t("Sorry, nothing tagged \"@arg\" was found.", array('@arg' => arg(2)) )); ?>