-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
15 lines (15 loc) · 1.07 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</body>
</html>
<footer class="footer">
<div class="layout_container flex flex-jc:space-between flex-ai:center">
<div class="flex flex-fd:column text:left">
<span>Copyright © <a href="<?= $GLOBALS['SERVER_FORUM_URL'] ?>" target="_blank"><?= $GLOBALS['SERVER_FORUM_NAME'] ?></a> 2016 - <?= date('Y') ?></span>
<span><i class="fas fa-code"></i> Integration made by <a href="https://github.com/Dolly132" title="Coded by Dolly" target="_blank" rel="noopener">Dolly</a></span>
<span>Co-Edited by <a href="https://github.com/Rushaway/" title="Rushaway's GitHub Profile" target="_blank" rel="noopener">.Rushaway</a></span>
</div>
<div class="flex flex-fd:column text:right">
<p>Powered by <a href="https://github.com/srcdslab/sm-plugin-KnockbackRestrict/tree/main" title="KnockbackRestrict Repository" target="_blank" rel="noopener">KnockbackRestrict</a></p>
<p>This Website is open source, check it out <a href="https://github.com/srcdslab/kbans-web" title="Kbans website Repository" target="_blank" rel="noopener">here</a></p>
</div>
</div>
</footer>