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', []); } ?>