summaryrefslogtreecommitdiff
path: root/templates/upgrade_packages.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2009-01-28 10:48:35 +0000
committerMax Kremmel <xing@synapse.plus.com>2009-01-28 10:48:35 +0000
commit1e198d824fd86ebc936a2d6f857b2d4502534178 (patch)
tree0d2a4178c0eebe4c935f5cf32f030af71e9bbf99 /templates/upgrade_packages.tpl
parentc2054afa7eedc62aedf37d0fd2e6deed0d04d170 (diff)
downloadinstall-1e198d824fd86ebc936a2d6f857b2d4502534178.tar.gz
install-1e198d824fd86ebc936a2d6f857b2d4502534178.tar.bz2
install-1e198d824fd86ebc936a2d6f857b2d4502534178.zip
use getBitVersion to fetch bitweaver version number set in kernel/config_defaults_inc.php
Diffstat (limited to 'templates/upgrade_packages.tpl')
-rw-r--r--templates/upgrade_packages.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/upgrade_packages.tpl b/templates/upgrade_packages.tpl
index c0dcaea..d65ee8d 100644
--- a/templates/upgrade_packages.tpl
+++ b/templates/upgrade_packages.tpl
@@ -1,4 +1,4 @@
-<h3>Upgrading {$upgradeFrom} to {$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</h3>
+<h3>Upgrading {$upgradeFrom} to {$gBitSystem->getBitVersion()}</h3>
{form legend="Begin the upgrade process"}
<input type="hidden" name="step" value="{$next_step}" />