Split the usage of the iTop logo: one logo to be displayed internally (once logged) one externally (login/logoff).

SVN:trunk[1021]
This commit is contained in:
Denis Flaven
2010-12-08 09:43:56 +00:00
parent 25ea409228
commit 6338775506
3 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ session_start();
LoginWebPage::ResetSession();
$oPage = new LoginWebPage();
$sVersionShort = Dict::Format('UI:iTopVersion:Short', ITOP_VERSION);
$oPage->add("<div id=\"login-logo\"><a href=\"http://www.combodo.com/itop\"><img title=\"$sVersionShort\" src=\"../images/itop-logo.png\"></a></div>\n");
$oPage->add("<div id=\"login-logo\"><a href=\"http://www.combodo.com/itop\"><img title=\"$sVersionShort\" src=\"../images/itop-logo-external.png\"></a></div>\n");
$oPage->add("<div id=\"login\">\n");
$oPage->add("<h1>".Dict::S('UI:LogOff:ThankYou')."</h1>\n");
$bPortal = utils::ReadParam('portal', false);