diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2009-01-28 10:48:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2009-01-28 10:48:35 +0000 |
| commit | 1e198d824fd86ebc936a2d6f857b2d4502534178 (patch) | |
| tree | 0d2a4178c0eebe4c935f5cf32f030af71e9bbf99 /templates/upgrade_packages.tpl | |
| parent | c2054afa7eedc62aedf37d0fd2e6deed0d04d170 (diff) | |
| download | install-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.tpl | 2 |
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}" /> |
