aboutsummaryrefslogtreecommitdiff
path: root/templates/footer.php
diff options
context:
space:
mode:
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>