summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
blob: 308e6c94b4ef428ed10a5391be3111c94e1f0650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

/**
 * @return string
 */
function credits_title()
{
    return _('Credits');
}

/**
 * @return string
 */
function guest_credits()
{
    return view(__DIR__ . '/../../resources/views/pages/credits.html');
}