diff options
-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)) ?> |