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

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