templates now include i18n-ed head and foot from admin directory.
[mir.git] / templates-dist / admin / image.template
index f78d34e..26942cc 100755 (executable)
@@ -10,7 +10,7 @@ function openWin(url) {
 }
 </SCRIPT>
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 
 
 <form enctype="multipart/form-data" method="post" action="${config.actionRoot}?module=Images&do=<if data.new>insert<else>update</if>&id=${data.id}">
@@ -112,6 +112,6 @@ function openWin(url) {
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>