summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
blob: b982a38e03f964de76f65b3d0a34bac6266f53b7 (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', []);
}
?>