aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2018-06-07 14:57:22 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 18:55:03 +0200
commit98b3aacde426c50734e66d06f91993a2839c43d5 (patch)
tree3ddffbc1df67131afa6ce48e1b71015d9d55d81c
parent0a2589b5e0b6f953fc08c382f9da412805f48527 (diff)
downloadforums-98b3aacde426c50734e66d06f91993a2839c43d5.tar
forums-98b3aacde426c50734e66d06f91993a2839c43d5.tar.gz
forums-98b3aacde426c50734e66d06f91993a2839c43d5.tar.bz2
forums-98b3aacde426c50734e66d06f91993a2839c43d5.tar.xz
forums-98b3aacde426c50734e66d06f91993a2839c43d5.zip
[ticket/15663] Remove flash icon and template
PHPBB3-15663
-rw-r--r--phpBB/images/upload_icons/flash.gifbin254 -> 0 bytes
-rw-r--r--phpBB/styles/prosilver/template/attachment.html13
2 files changed, 0 insertions, 13 deletions
diff --git a/phpBB/images/upload_icons/flash.gif b/phpBB/images/upload_icons/flash.gif
deleted file mode 100644
index 00ee0f4f72..0000000000
--- a/phpBB/images/upload_icons/flash.gif
+++ /dev/null
Binary files differ
diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html
index 0978d9189e..49c49f52a0 100644
--- a/phpBB/styles/prosilver/template/attachment.html
+++ b/phpBB/styles/prosilver/template/attachment.html
@@ -29,19 +29,6 @@
</dl>
<!-- ENDIF -->
- <!-- IF _file.S_FLASH_FILE -->
- <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{_file.WIDTH}" height="{_file.HEIGHT}">
- <param name="movie" value="{_file.U_VIEW_LINK}" />
- <param name="play" value="true" />
- <param name="loop" value="true" />
- <param name="quality" value="high" />
- <param name="allowScriptAccess" value="never" />
- <param name="allowNetworking" value="internal" />
- <embed src="{_file.U_VIEW_LINK}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{_file.WIDTH}" height="{_file.HEIGHT}" play="true" loop="true" quality="high" allowscriptaccess="never" allownetworking="internal"></embed>
- </object>
- <p><a href="{_file.U_DOWNLOAD_LINK}">{_file.DOWNLOAD_NAME}</a> [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</p>
- <!-- ENDIF -->
-
<!-- EVENT attachment_file_append -->
<!-- ENDIF -->
<!-- END _file -->