diff --git a/filemanager/templates/default/errors.tpl b/filemanager/templates/default/errors.tpl
deleted file mode 100755
index 976ab6435f..0000000000
--- a/filemanager/templates/default/errors.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-<!-- BEGIN error_page -->
-{errors}
-<!-- END error_page -->
-<!-- BEGIN ind_error -->
-{error}
-<!-- END ind_error -->
diff --git a/filemanager/templates/default/history.tpl b/filemanager/templates/default/history.tpl
deleted file mode 100755
index 9a8e975dd0..0000000000
--- a/filemanager/templates/default/history.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-<!-- BEGIN history -->
-<table width="100%" border="1" cols="4">
- <tr>
-  <td align="center" colspan="4">
-   <table width="100%" border="1">
-    <tr{tr_extras}>
-     <td align="center">
-      Path: {path}
-     </td>
-     <td align="center">
-      Filename: {filename}
-     </td>
-    </tr>
-   </table>
-   </hr>
-  </td>
- </tr>
- {col_row}
-</table>
-<!-- END history -->
-<!-- BEGIN column_rows -->
- <tr{tr_extras}>
-  {col_headers}
- </tr>
-<!-- END column_rows -->
-<!-- BEGIN column_headers -->
-  <td{td_extras}>{column_header}</td>
-<!-- END column_headers -->
-
diff --git a/filemanager/templates/default/index.tpl b/filemanager/templates/default/index.tpl
deleted file mode 100755
index 7cd026c312..0000000000
--- a/filemanager/templates/default/index.tpl
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- BEGIN index -->
-<table width="100%" border="1" cols="{colspan}">
- <tr>
-  <td align="center" colspan="{colspan}">{error}
-  </td>
- </tr>
- <tr>
-  <td align="center" colspan="{colspan}">
-   <form action="{form_action}" method="post">
-   <table width="100%" border="1">
-    <tr{tr_extras}>
-     <td align="center">
-      {img_up}
-      {help_up}
-     </td>
-     <td align="center">
-      {img_home}
-      {dir}
-      {help_home}
-     </td>
-    </tr>
-   </table>
-   </hr>
-  </td>
- </tr>{col_row}
- <tr>
-  <td align="center" colspan="{colspan}">
-   </hr>{buttons}
-   </form>
-  </td>
- </tr>
- <tr>
-  <td align="center" colspan="{colspan}">{info}
-  </td>
- </tr>
- <tr>
-  <td align="center" colspan="{colspan}">{uploads}
-  </td>
- </tr>
-</table>
-<!-- END index -->
-<!-- BEGIN column_rows -->
- <tr{tr_extras}>{col_headers}
- </tr>
-<!-- END column_rows -->
-<!-- BEGIN column_headers -->
-  <td{td_extras}><font size="-2">{column_header}</font></td>
-<!-- END column_headers -->
-<!-- BEGIN column_headers_normal -->
-  <td{td_extras}>{column_header}</td>
-<!-- END column_headers_normal -->
-
diff --git a/filemanager/templates/default/small_table.tpl b/filemanager/templates/default/small_table.tpl
deleted file mode 100755
index 46542f36bd..0000000000
--- a/filemanager/templates/default/small_table.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- BEGIN table -->
-   <table width="100%" border="1"{table_extras}>{list}
-   </table>
-<!-- END table -->
-<!-- BEGIN column_rows -->
- <tr{tr_extras}>{col_headers}
- </tr>
-<!-- END column_rows -->
-<!-- BEGIN column_headers -->
-  <td{td_extras}><font size="-2">{column_header}</font></td>
-<!-- END column_headers -->
-<!-- BEGIN column_headers_normal -->
-  <td{td_extras}>{column_header}</td>
-<!-- END column_headers_normal -->
-