templates now include i18n-ed head and foot from admin directory.
[mir.git] / templates-dist / admin / topic.template
index 02c8b06..ee00939 100755 (executable)
@@ -6,7 +6,7 @@ ${lang("topic.htmltitle")}
 <head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <form action="${config.actionRoot}" method="post">
        <input type=hidden name=module value=Topics>
        <input type="hidden" name="id" value="${data.id}">
@@ -53,6 +53,6 @@ ${lang("topic.htmltitle")}
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>