Files
gallery3/modules/gallery/views/admin_block_stats.html.php
Bharat Mediratta 88a3d43ba9 Update all references to the core application to now point to the
gallery module.  This type of mass update is prone to some small bugs.
2009-05-27 16:17:29 -07:00

13 lines
338 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul>
<li>
<?= t("Version: %version", array("version" => module::get_var("gallery", "version"))) ?>
</li>
<li>
<?= t("Albums: %count", array("count" => $album_count)) ?>
</li>
<li>
<?= t("Photos: %count", array("count" => $photo_count)) ?>
</li>
</ul>