summaryrefslogtreecommitdiffstats
path: root/templates/bubble_details.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bubble_details.tpl')
-rw-r--r--templates/bubble_details.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/bubble_details.tpl b/templates/bubble_details.tpl
deleted file mode 100644
index 53cd168..0000000
--- a/templates/bubble_details.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<table>
- <tr>
- <td>
- <img class="{$image_id}" src="{$image_url}" />
- </td>
- </tr>
- <tr>
- <td style="text-align: center; padding-left: 36px;">
- {$file_name}<br />
- {$file_size}kb, {$width}x{$height}
- </td>
- </tr>
-</table>