diff --git a/templates/SwiftBlue/each_file.tpl b/templates/SwiftBlue/each_file.tpl
index 984f3ac..4f1b705 100644
--- a/templates/SwiftBlue/each_file.tpl
+++ b/templates/SwiftBlue/each_file.tpl
@@ -5,30 +5,21 @@
{file:if:is_file} /* if it is a file, make a direct link */
-
- {end if}
+ {file:filename}
+ {end if} {file:thumbnail}
{file:if:is_dir} /* otherwise, for directories, display the folder with autoindex */
- {end if}
- {if:icon_path} {end if:icon_path}
- {file:filename} {file:thumbnail}
- {file:new_icon}{file:md5_link}{file:delete_link}{file:rename_link}{file:edit_description_link}{file:ftp_upload_link}
- |
-
- {if:download_count}
-
- {file:downloads}
- |
- {end if:download_count}
-
+ {if:icon_path}
{end if:icon_path} {file:filename}
+
+ {end if} {file:new_icon}{file:md5_link}{file:delete_link}{file:rename_link}{file:edit_description_link}{file:ftp_upload_link}
+
+ {if:download_count}{file:downloads} | {end if:download_count}
{file:size}
- |
-
+
{file:date}
- |
-
+
{if:description_file}
{file:description}
@@ -36,4 +27,4 @@
{end if:description_file}
-
\ No newline at end of file
+
|