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

13 lines
326 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul>
2008-12-20 10:54:29 +00:00
<li>
<?= 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>