Various fixes + Upgrades to the FileEdit module:
[mir.git] / templates / admin / languagelist.template
index d22c92a..4a4f0ea 100755 (executable)
@@ -4,7 +4,7 @@
     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css">
   </head>
   <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
-    <include "templates/admin/head.template">
+    <include "head.template">
 
     <p>
       <a class="majorcommand" href="${config.actionRoot}?module=Language&do=add">${lang("add")}</a> |
@@ -54,7 +54,7 @@
       <a class="majorcommand" href="${config.actionRoot}?module=Admin&do=superusermenu">${lang("back")}</a>
     </p>
 
-    <include "templates/admin/foot.template">
+    <include "foot.template">
   </body>
 </html>