diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-03 09:19:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-03 09:19:40 +0000 |
| commit | d7def09eaf3c91956e1922e2e3f520966802e3f1 (patch) | |
| tree | 9eabbb69e4f4304a555a354c31f7f3af07e9af66 /templates | |
| parent | f4fcb4043f8f64357d01f915613bf5253ee5e04a (diff) | |
| download | install-d7def09eaf3c91956e1922e2e3f520966802e3f1.tar.gz install-d7def09eaf3c91956e1922e2e3f520966802e3f1.tar.bz2 install-d7def09eaf3c91956e1922e2e3f520966802e3f1.zip | |
allow for custom page title
Diffstat (limited to 'templates')
| -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> |
