summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-23 20:31:43 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-23 20:31:43 +0000
commit02486f2401b072fb3f5f2a50e68afaf2db9368d3 (patch)
treed1a56e27de877fad568c719c5c610a19ccab4fcd /core/views
parent3e3beb34e953540b81470e4d4e1859c4ecbdf77d (diff)
Show the # of comments
Diffstat (limited to 'core/views')
-rw-r--r--core/views/welcome.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index 41578935..f98ab167 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -177,7 +177,7 @@
<div id="actions" class="activity">
<p>
<?= html::anchor("albums/1", "Browse Gallery") ?>
- <i>(<?= $album_count ?> albums, <?= $photo_count ?> photos)</i>
+ <i>(<?= $album_count ?> albums, <?= $photo_count ?> photos, <?= $comment_count ?> comments)</i>
</p>
<p>
add: [