Files
gallery3/modules/gallery/views/admin_block_stats.html.php
T

13 lines
326 B
PHP
Raw Normal View History

2009-01-01 00:23:29 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul>
2008-12-20 10:54:29 +00:00
<li>
2011-01-16 15:49:34 -08:00
<?= t("Version: %version", array("version" => gallery::version_string())) ?>
2008-12-20 10:54:29 +00:00
</li>
<li>
<?= t("Albums: %count", array("count" => $album_count)) ?>
2008-12-20 10:54:29 +00:00
</li>
<li>
<?= t("Photos: %count", array("count" => $photo_count)) ?>
2008-12-20 10:54:29 +00:00
</li>
</ul>