diff options
Diffstat (limited to 'templates/bot_stats_bar.tpl')
| -rwxr-xr-x | templates/bot_stats_bar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bot_stats_bar.tpl b/templates/bot_stats_bar.tpl index d48fa26..fbb2653 100755 --- a/templates/bot_stats_bar.tpl +++ b/templates/bot_stats_bar.tpl @@ -2,7 +2,7 @@ {if $gBitSystem->isFeatureActive( 'messages_site_contact' )} <a href="{$smarty.const.MESSAGES_PKG_URL}contact.php">{booticon iname="icon-envelope" ilocation=menu iexplain="Contact Us"}</a> {/if} - <a id="poweredby" class="external pull-right" href="http://www.bitweaver.org"><img src="/liberty/icons/bitweaver/bitweaver.gif" alt="Bitweaver" title="Bitweaver" class="icon"></a> {$version_info.local} + <a id="poweredby" class="external pull-right" href="https://www.bitweaver.org"><img src="/liberty/icons/bitweaver/bitweaver.gif" alt="Bitweaver" title="Bitweaver" class="icon"></a> {$version_info.local} {if $gBitUser->isAdmin()} <strong>{$gBitSystem->getBitVersion()}</strong> {assign var=version_info value=$gBitSystem->checkBitVersion()} {if $version_info.compare lt 0} |
