summaryrefslogtreecommitdiff
path: root/modules/movie_overlay/views/movie_thumb_bottom.html.php
blob: 376b92ee3b03b0a3c89abc7135eb0b84d552d8e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php defined("SYSPATH") or die("No direct script access.") ?>
<a href="<?= $url ?>" style="text-decoration: none">
<span style="position:absolute; top:<?= $top ?>px;
left:<?= $left ?>px; height: 48px; width: 48px;
background-image:url('<?= $images_url ?>/<?= $icon ?>.png');
opacity:0.<?= $trans ?>; filter:alpha(opacity=<?= $trans ?>);">
</span>
<? if (module::get_var("movie_overlay", "time")) : ?>
  <span class="g-movie-time" style="top:<?= $texttime_top ?>px;">&#9655;&nbsp;<?= $movie_time ?></span>
<? endif ?>
</a>
</div>