diff options
| -rw-r--r-- | lib/partials.php | 3 |
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 ; |
