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 | 6c6fb31aa7a223cbadec8bc453807ec51e18a1dc (patch) | |
| tree | fa318ba084d191fa98d09919db7fceb48891db3c /templates | |
| parent | 9c81c23c106b5bec37333e83549d47a1407dd99e (diff) | |
| download | kernel-6c6fb31aa7a223cbadec8bc453807ec51e18a1dc.tar.gz kernel-6c6fb31aa7a223cbadec8bc453807ec51e18a1dc.tar.bz2 kernel-6c6fb31aa7a223cbadec8bc453807ec51e18a1dc.zip | |
use getBitVersion to fetch bitweaver version number set in kernel/config_defaults_inc.php
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/force_installer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/force_installer.tpl b/templates/force_installer.tpl index 954b40c..99a4776 100644 --- a/templates/force_installer.tpl +++ b/templates/force_installer.tpl @@ -32,7 +32,7 @@ <img src="{$smarty.const.INSTALL_PKG_URL}style/images/bitweaver_logo-trans.png" width="121" height="121" alt="bitweaver logo" title="Click here to visit the upgrade instructions" /> </a> </div> - <p class="danger">{tr}You have just updated your bitweaver code to <strong>version {$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</strong>. For security or technical reasons access to your site is locked down until you make some necessary changes to your database and site configuration. The installer will help you make the these updates and ensure your site is secure before unlocking access.{/tr} + <p class="danger">{tr}You have just updated your bitweaver code to <strong>version {$gBitSystem->getBitVersion()}</strong>. For security or technical reasons access to your site is locked down until you make some necessary changes to your database and site configuration. The installer will help you make the these updates and ensure your site is secure before unlocking access.{/tr} <br /><br /> {tr}Please <strong><a href="{$smarty.const.INSTALL_PKG_URL}install.php?step=4">visit the Installer to finish updating your site</a></strong> and unlock it.{/tr}</p> <ul class="help"> |
