diff options
Diffstat (limited to 'themes/wind/views')
| -rw-r--r-- | themes/wind/views/movie.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/movie.html.php b/themes/wind/views/movie.html.php index 116fd95e..d91ffbc5 100644 --- a/themes/wind/views/movie.html.php +++ b/themes/wind/views/movie.html.php @@ -26,6 +26,7 @@ <div id="g-movie" class="ui-helper-clearfix"> <?= $item->movie_img(array("class" => "g-movie", "id" => "g-movie-id-{$item->id}")) ?> + <?= $theme->context_menu($item, "#g-movie-id-{$item->id}") ?> </div> <div id="g-info"> @@ -34,5 +35,4 @@ </div> <?= $theme->photo_bottom() ?> - <?= $theme->context_menu($item, "#g-movie-id-{$item->id}") ?> </div> |
