diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:39:02 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:39:02 +0000 |
commit | ef303bde3e853a01e45b7734698210a40a7be812 (patch) | |
tree | f9a771d49f1eb7ce41bf9fb10bcc218b364230e8 /core | |
parent | 66abb6624ecc6e82325629581db16d1221be4ba2 (diff) |
Gallery version now lives in a variable
Diffstat (limited to 'core')
-rw-r--r-- | core/views/admin_block_stats.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_block_stats.html.php b/core/views/admin_block_stats.html.php index c3b9ee98..42f34aa4 100644 --- a/core/views/admin_block_stats.html.php +++ b/core/views/admin_block_stats.html.php @@ -1,7 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <ul> <li> - <?= t("Version: {{version}}", array("version" => "3.0")) ?> + <?= t("Version: {{version}}", array("version" => module::get_var("core", "version"))) ?> </li> <li> <?= t("Albums: {{count}}", array("count" => $album_count)) ?> |