summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
Diffstat (limited to 'core/views')
-rw-r--r--core/views/welcome.html.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index 680f0aa6..28e18023 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -148,7 +148,10 @@
</div>
<div id="actions" class="activity">
- <p> <?= html::anchor("album/1", "Browse Gallery") ?> </p>
+ <p>
+ <?= html::anchor("album/1", "Browse Gallery") ?>
+ <i>(<?= $album_count ?> albums, <?= $photo_count ?> photos)</i>
+ </p>
<ul class="choices">
<li> add: [</li>
<? foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?>