Changeset 1888265
- Timestamp:
- 06/06/2018 02:45:03 PM (8 years ago)
- File:
-
- 1 edited
-
dsgvo/trunk/eu-dsgvo-helper.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dsgvo/trunk/eu-dsgvo-helper.php
r1888262 r1888265 4 4 Plugin Name: EU DSGVO Helper 5 5 Description: This Plugin will be further developed. It so far caches google webfonts locally and replaces youtube embeded videos with a preview-image which becomes an embeded video on-click. Removes Emojis. More functions will be added soon. 6 Version: 1.0.5 6 Version: 1.0.5.1 7 7 Author: Eric Marten 8 8 Author URL: https://www.herr-marten.de/ … … 173 173 174 174 $oline=$match["line"]; 175 $nline=str_replace($match["source"],plugin_dir_url( __FILE__ )." /dsgvo-ytembed/".$id."/",$oline);175 $nline=str_replace($match["source"],plugin_dir_url( __FILE__ )."dsgvo-ytembed/".$id."/",$oline); 176 176 177 177 $html=str_replace($match["line"], $nline ,$html); … … 228 228 229 229 echo "<div style=\"position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background: rgba(255,0,0,0.685); color: #fff; border-radius: 10px; font-size: 30px;\">"; 230 echo "<div style=\"padding: 1 5px 40px;\">▶</div>";230 echo "<div style=\"padding: 10px 30px;\">▶</div>"; 231 231 echo "</div>"; 232 232
Note: See TracChangeset
for help on using the changeset viewer.