diff options
Diffstat (limited to 'templates/install_login.tpl')
| -rw-r--r-- | templates/install_login.tpl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/install_login.tpl b/templates/install_login.tpl index e929d2d..d4fd77c 100644 --- a/templates/install_login.tpl +++ b/templates/install_login.tpl @@ -1,5 +1,11 @@ -{* $Header: /cvsroot/bitweaver/_bit_install/templates/install_login.tpl,v 1.2 2005/07/17 17:36:05 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_install/templates/install_login.tpl,v 1.3 2008/10/03 09:19:40 squareing Exp $ *} -<h1>You must be logged in as an administrator to run the installer.</h1> +<h1>{$title|default:"You must be logged in as an administrator to run the installer."}</h1> {include file="bitpackage:users/login_inc.tpl"} + +<div class="center"> + <a href="http://www.bitweaver.org/"> + <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> |
