diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-09 20:31:14 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-09 20:31:14 -0800 |
| commit | a9bb4ab4eb9c2883b5998538406bea4e5c99aeca (patch) | |
| tree | 61d564360e19d717e4555b5e831cf9a33bcec41c /themes/wind/views | |
| parent | 4f8728029dfc283f5d26328ec21a2db455e97651 (diff) | |
| parent | 64f5a98bd60410e54b6d0c59c713bb7e3eff0a83 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
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> |
