diff options
Diffstat (limited to 'core/views/admin_block_stats.html.php')
| -rw-r--r-- | core/views/admin_block_stats.html.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/views/admin_block_stats.html.php b/core/views/admin_block_stats.html.php deleted file mode 100644 index 2d975073..00000000 --- a/core/views/admin_block_stats.html.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<ul> - <li> - <?= t("Version: %version", array("version" => module::get_var("core", "version"))) ?> - </li> - <li> - <?= t("Albums: %count", array("count" => $album_count)) ?> - </li> - <li> - <?= t("Photos: %count", array("count" => $photo_count)) ?> - </li> -</ul> |
