This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/modules/gallery/views/admin_block_stats.html.php

13 lines
326 B
PHP

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