aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3813d8b..b0c6b15 100644
--- a/index.php
+++ b/index.php
@@ -1,3 +1,8 @@
+<?php
+
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php";
+
+?>
<!DOCTYPE html>
<html lang="en">
<head>
@@ -72,8 +77,8 @@
</div>
<div id="footer" class="container">
+ <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" id="footer-version">version <?= version() ?></a> (#<?= build_dom() ?>) ยท
<span id="footer-hover-zone">&hearts; Twi <span id="footer-hover-text">(cutie)</span></span>
- <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" class="footer-link-mini">version <?= version() ?></a> (#<?= build_dom() ?>)
</div>
</body>
</html>