templates now include i18n-ed head and foot from admin directory.
[mir.git] / templates-dist / admin / confirm.template
index 12af477..86977b9 100755 (executable)
@@ -3,7 +3,7 @@
     <title>${lang("confirm.htmltitle")}</title>
   </head>
   <body>
-  <include "head_nonavi.template">
+  <include "admin/head_nonavi.template">
 <table width="100%" border="0" align="center">
   <tr bgcolor="#006600"> 
     <td colspan="2"> 
@@ -27,6 +27,6 @@
     </td>
   </tr>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
   </body>
 </html>