use some real stats

This commit is contained in:
Bharat Mediratta
2008-12-20 10:54:29 +00:00
parent 64f993db6f
commit 406830cbf8
2 changed files with 11 additions and 2 deletions
+9 -2
View File
@@ -1,5 +1,12 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<ul>
<li>Version: 3.0</li>
<li>Your gallery has 34 albums containing 603 photos with 26 comments.</li>
<li>
<? printf(_("Version: %s"), "3.0") ?>
</li>
<li>
<? printf(_("Albums: %d"), $album_count) ?>
</li>
<li>
<? printf(_("Photos: %d"), $photo_count) ?>
</li>
</ul>