diff options
Diffstat (limited to 'modules/movie_overlay/views/movie_thumb_bottom.html.php')
-rw-r--r-- | modules/movie_overlay/views/movie_thumb_bottom.html.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/movie_overlay/views/movie_thumb_bottom.html.php b/modules/movie_overlay/views/movie_thumb_bottom.html.php new file mode 100644 index 00000000..376b92ee --- /dev/null +++ b/modules/movie_overlay/views/movie_thumb_bottom.html.php @@ -0,0 +1,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;">▷ <?= $movie_time ?></span> +<? endif ?> +</a> +</div> |