PHP7 fix
[Pman.Core] / templates / master.html
index e987c2c..0009f8c 100644 (file)
@@ -10,8 +10,8 @@
 
         <title>{appName}</title>
         <meta name="google" value="notranslate">
-        <link rel="shortcut icon" href="./Pman.ico" type="image/vnd.microsoft.icon"/>
-        
+        <flexy:include src="favicon.html"></flexy:include>
+                
         
         <link rel="stylesheet" type="text/css" href="{rootURL}/roojs1/css/roojs.css" />  
         <link rel="stylesheet" type="text/css" href="{rootURL}/roojs1/css/xtheme-slate.css" />  
@@ -39,7 +39,7 @@
         
         
         <div id="loading-mask"
-            style="width:1;height:1;position:absolute;z-index:1000;left:0;top:0;">&#160;</div>
+            style="width:1px;height:1px;position:absolute;z-index:1000;left:0;top:0;">&#160;</div>
         <div id="loading">
             <div class="loading-indicator" id="loading-text">&#160;Loading...(This may take a few seconds)</div>
         </div>
         <!-- finally language.. -->   
         <script type="text/javascript" src="{baseURL}/Core/I18n.js"></script>
         
-        <script type="text/javascript" src="{rootURL}/roojs1/Roo/HtmlEditorCore.js"></script>
-        <script type="text/javascript" src="{rootURL}/roojs1/Roo/form/HtmlEditor.js"></script>
-    
         <script type="text/javascript">
             Pman.debug = true;
         </script>