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

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