update
[mir.git] / templates-dist / admin / topic.template
index 02c8b06..9ed1cd7 100755 (executable)
@@ -6,11 +6,11 @@ ${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}">
-       <if new><input type="hidden" name="do" value="insert">
+       <if data.new><input type="hidden" name="do" value="insert">
        <else><input type="hidden" name="do" value="update"></if>
 <table border="0">
   <tr>
@@ -53,6 +53,6 @@ ${lang("topic.htmltitle")}
     </if> </font></form></font>
     </td>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>