summaryrefslogtreecommitdiff
path: root/templates/install.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/install.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/install.tpl')
-rw-r--r--templates/install.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install.tpl b/templates/install.tpl
index 1aed23e..b683dd3 100644
--- a/templates/install.tpl
+++ b/templates/install.tpl
@@ -37,7 +37,7 @@
</a>
*}
<h1 id="title">
- <strong>Bitweaver {$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</strong>
+ <strong>Bitweaver {$gBitSystem->getBitVersion()}</strong>
&nbsp;
<em>{$section|default:"Install"}</em>
</h1>