summaryrefslogtreecommitdiff
path: root/includes/pages/guest_credits.php
blob: 5f90c97c32ef1b71dad98df54ed6f87d1fed0612 (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__ . '/../../templates/pages/credits.html');
}