diff options
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/partials.php b/lib/partials.php index 288f660..5e187a5 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -159,7 +159,14 @@ function html_footer() <p><a href="<?= $link ?>"><?= $title ?></a></p> <?php endforeach; ?> </div> - <p>Serving <?= $file_count ?> files and <?= $file_size ?> of active content</p> + <p> + Serving <?= $file_count ?> files and <?= $file_size ?> of active content + <?php if (STATS_PUBLIC): ?> + <a href="/stats.php"> + <img src="/static/img/icons/stats.png" alt="[Stats]"> + </a> + <?php endif; ?> + </p> </footer> <?php ; }
\ No newline at end of file |
