summaryrefslogtreecommitdiff
path: root/core/views/admin_block_stats.html.php
blob: 2b38c06013347b09fae91eb7f3db27702e2f5e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<? defined("SYSPATH") or die("No direct script access."); ?>
<ul>
  <li>
    <? printf(_("Version: %s"), "3.0") ?>
  </li>
  <li>
    <? printf(_("Albums: %d"), $album_count) ?>
  </li>
  <li>
    <? printf(_("Photos: %d"), $photo_count) ?>
  </li>
</ul>