DataObjects/Core_watch.php
[Pman.Core] / Pman.Login.js
index 0afdb68..7afe4b6 100644 (file)
@@ -405,12 +405,12 @@ 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' 
+        var img = typeof(appLogo) != 'undefined'  && appLogo.length ? appLogo :
+            rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif' ;
          
         Pman.Login.form.el.createChild({
                 tag: 'img', 
-                src: rootURL + '/Pman/'+appNameShort + '/templates/images/logo.gif',
+                src: img,
                 style: 'margin-bottom: 10px;'
             },
             Pman.Login.form.el.dom.firstChild