custom article types made browsable from admin interface
[mir.git] / templates-dist / admin / confirm.template
index 12af477..1343d85 100755 (executable)
@@ -3,7 +3,7 @@
     <title>${lang("confirm.htmltitle")}</title>
   </head>
   <body>
-  <include "head_nonavi.template">
+  <include "admin/head_nonavi.template">
 <table width="100%" border="0" align="center">
   <tr bgcolor="#006600"> 
     <td colspan="2"> 
@@ -12,7 +12,7 @@
   </tr>
   <tr> 
     <td colspan="2">
-      <form method="post" action="${actionRoot}">
+      <form method="post" action="${config.actionRoot}">
         <div align="center">
           <input type="hidden" name="module" value=${data.module}>
           <input type="hidden" name="do" value="delete">
@@ -27,6 +27,6 @@
     </td>
   </tr>
 </table>
-<include "foot.template">
+<include "admin/foot.template">
   </body>
 </html>