From: Alan Knowles Date: Tue, 10 Jan 2012 08:08:24 +0000 (+0800) Subject: Pman.Login.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=23290c76ac1af26a94c71b63d28ce1370ba320cc Pman.Login.js --- diff --git a/Pman.Login.js b/Pman.Login.js index 497080e7..0afdb682 100644 --- a/Pman.Login.js +++ b/Pman.Login.js @@ -404,6 +404,10 @@ Pman.Login = new Roo.util.Observable({ this.form.render(ef.dom); // logoprefix comes from base config. + + var img = typeof(appLogo) != 'undefined' ? appLogo : + rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif' + Pman.Login.form.el.createChild({ tag: 'img', src: rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif',