mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
13 lines
255 B
PHP
13 lines
255 B
PHP
<? 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>
|