diff options
author | Rubén Calvo <rubencm@gmail.com> | 2018-06-07 14:57:22 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 18:55:03 +0200 |
commit | 98b3aacde426c50734e66d06f91993a2839c43d5 (patch) | |
tree | 3ddffbc1df67131afa6ce48e1b71015d9d55d81c /phpBB/styles | |
parent | 0a2589b5e0b6f953fc08c382f9da412805f48527 (diff) | |
download | forums-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
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/attachment.html | 13 |
1 files changed, 0 insertions, 13 deletions
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 --> |