aboutsummaryrefslogtreecommitdiff
path: root/_site/includes/dom/v1/footer.php
blob: 985278040fb4965cadbcb2cc843ebad069c2ae52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<p style="margin-top:20px;text-align:center;"><a href="/feed.xml" style="text-decoration: underline;">View RSS feed</a><?= $admin ? "<span class='admin-text'> (doesn't include unreleased articles)</span>" : "" ?></p>

<hr>

<div class="container">
    <p># unchainedtech <a href="https://twitter.com/_Minteck" target="_blank">--support</a> <a href="https://github.com/Minteck/UnchainedTech-Software" target="_blank">--code</a> <a href="/about">--version</a>_<br>
    <span style="color:black !important;">
    <?php

    /** @var float $listGetTimeout */
    if ($listGetTimeout !== 0) {
        echo("Articles list loading took " . round($listGetTimeout*1000, 4) . " ms");
    } else {
        echo("No articles list loading");
    }

    ?>
    </span></p>
    <small><p style="text-align: center;">© <?= date('Y') ?> UnchainedTech Authors, All rights reserved. · <a href="https://minteck-projects.alwaysdata.net/legal" target="_blank" style="text-decoration: underline;">Legal</a><?php if (!$GLOBALS["experimentalUIisStable"]): ?> · <a href="/experiment/1" style="text-decoration: underline;">Enable UI experiments</a><?php endif; ?></p></small>
</div>

</body>
</html>