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/install_version.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/install_version.tpl')
| -rw-r--r-- | templates/install_version.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_version.tpl b/templates/install_version.tpl index 5d3828d..a4948ca 100644 --- a/templates/install_version.tpl +++ b/templates/install_version.tpl @@ -11,7 +11,7 @@ </p> {else} <p class="help"> - Your version of bitweaver will be updated to <strong>{$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</strong> as soon as you hit the submit button below. This will allow you to enter your site again. + Your version of bitweaver will be updated to <strong>{$gBitSystem->getBitVersion()}</strong> as soon as you hit the submit button below. This will allow you to enter your site again. </p> {/if} |
