summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
blob: d4be03d9a7a3daada19f16e9645f66bd4a9370b9 (plain)
1
2
3
4
5
6
7
8
9
<?php
function credits_title() {
  return _("Credits");
}

function guest_credits() {
  return template_render('../templates/guest_credits.html', array());
}
?>