summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_block_stats.html.php
blob: 2d9750738c51ebab8d3455a3df9f344460efe4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>