templates now include i18n-ed head and foot from admin directory.
[mir.git] / templates-dist / admin / comment.template
index 38b903a..c602a6b 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("comment.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 <form method="post" action="${config.actionRoot}">
        <input type="hidden" name="module" value="Comment">
@@ -80,6 +80,6 @@ ${lang("comment.htmltitle")}
     </td>
 </table>
 
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>