templates now include i18n-ed head and foot from admin directory.
[mir.git] / templates-dist / admin / linksimcs.template
index 90e8426..6a9c547 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("linkimcs.htmltitle")}
 
 <head>
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type=hidden name=module value=LinksImcs>
        <input type="hidden" name="id" value=<if data.entity>"${entity.id}"<else>"${data.id}"</if>>
@@ -69,6 +69,6 @@ ${lang("linkimcs.htmltitle")}
     </td>
   </tr>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>