templates now include i18n-ed head and foot from admin directory.
[mir.git] / templates-dist / admin / breakinglist.template
index 6766a60..ce2e509 100755 (executable)
@@ -4,7 +4,7 @@
 </head>
 
 <body bgcolor="#FFFFFF">
-<include "head.template">
+<include "admin/head.template">
 <if data.contentlist>
 <table border="0" cellpadding="2" cellspacing="1">
   <tr bgcolor="#006600">
@@ -41,7 +41,7 @@
 <else>
   <P align="center">${lang("no_matches_found")}</p>
 </if>
-<include "foot.template">
+<include "admin/foot.template">
 </body>
 </html>