mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
use some real stats
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user