summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
blob: 8388c38622c83ee08e9b93cddd802bce2a356f13 (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');
}