Files
gallery3/core/views/admin_block_stats.html.php

13 lines
335 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" => module::get_var("core", "version"))) ?>
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>