templates/master.html
[Pman.Core] / templates / master.html
index 3fcc21f..c037a63 100644 (file)
@@ -6,6 +6,8 @@
       xmlns:svg="http://www.w3.org/2000/svg"
       xmlns:xlink="http://www.w3.org/1999/xlink"> 
     <head>
+        <!-- core/template/master.html -->
+
         <title>{appName}</title>
         <meta name="google" value="notranslate">
         <link rel="shortcut icon" href="./Pman.ico" type="image/vnd.microsoft.icon"/>
            
         
         {if:hasModule(#Cms#)}
-            <script type="text/javascript" src="{baseURL}/OutputTranslations/{bootLoader.locale}"></script>
+            <script type="text/javascript" src="{baseURL}/Cms/OutputTranslations/{bootLoader.locale}"></script>
         {end:}