aboutsummaryrefslogtreecommitdiff
path: root/templates/footer.php
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-04-07 13:45:29 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2021-04-07 13:45:29 +0300
commit1dd25bf2c0249308e2f5806d38deeeeda7b29aba (patch)
tree3c1d990ba63dfadb1248aa546d7ce2cb60b955e7 /templates/footer.php
parentMarkdown formatting for descriptions (diff)
downloadbugtracker-1dd25bf2c0249308e2f5806d38deeeeda7b29aba.tar.xz
Add base url config
Diffstat (limited to 'templates/footer.php')
-rw-r--r--templates/footer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer.php b/templates/footer.php
index 38ed8a6..72bd200 100644
--- a/templates/footer.php
+++ b/templates/footer.php
@@ -1,5 +1,5 @@
<hr>
-<p><a href='index.php'>index</a></p>
-<p><a href='license/agpl-3.0-standalone.html'>AGPL 3.0</a>; Dobromir Petrov</p>
+<p><a href='<?php echo $config['urls']['base']; ?>'>index</a></p>
+<p><a href='<?php echo $config['urls']['base']; ?>/license/agpl-3.0-standalone.html'>AGPL 3.0</a>; Dobromir Petrov</p>
</body>
</html>