summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/partials.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/partials.php b/lib/partials.php
index afd36d6..5b94ce2 100644
--- a/lib/partials.php
+++ b/lib/partials.php
@@ -116,6 +116,9 @@ function html_footer()
<?php elseif (!empty(INSTANCE_DONATIONS) && is_string(INSTANCE_DONATIONS)): ?>
<p><a href="<?= INSTANCE_DONATIONS ?>">[Donate]</a></p>
<?php endif; ?>
+ <?php if (!empty(INSTANCE_TOR)): ?>
+ <p><a href="<?= INSTANCE_TOR ?>">[Tor]</a></p>
+ <?php endif; ?>
<p>Serving <?= count($files) ?> files and <?= $file_size ?> of active content</p>
</footer>
<?php ;