1
0
Fork 0

Merge branch 'pull'

This commit is contained in:
Friendika 2011-10-24 15:51:14 -07:00
commit 4218e3f494
13 changed files with 109 additions and 38 deletions

4
view/oembed_video.tpl Normal file
View file

@ -0,0 +1,4 @@
<a href='$embedurl' onclick='this.innerHTML=unescape("$escapedhtml").replace(/\+/g," "); return false;' style='float:left; margin: 1em; position: relative;'>
<img width='$tw' height='$th' src='$turl' >
<div style='position: absolute; top: 0px; left: 0px; width: $twpx; height: $thpx; background: url(images/icons/48/play.png) no-repeat center center;'></div>
</a>