diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-19 23:26:27 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2010-08-19 23:26:27 +0000 |
| commit | f191adfe7897adb350f68f422a651785acb25e21 (patch) | |
| tree | 8fea27af052e8849ff26fcd2cb8d9a219574b901 /themes/wind_npk/views/movie.html.php | |
| parent | 691ce806dc9aefac596a692ff2ba927a81a65440 (diff) | |
Copied default Gallery3 Wind theme to a new one so that I could make mods, such as hiding image titles.
Diffstat (limited to 'themes/wind_npk/views/movie.html.php')
| -rw-r--r-- | themes/wind_npk/views/movie.html.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/wind_npk/views/movie.html.php b/themes/wind_npk/views/movie.html.php index 27c293ce..158857db 100644 --- a/themes/wind_npk/views/movie.html.php +++ b/themes/wind_npk/views/movie.html.php @@ -5,8 +5,9 @@ <?= $theme->paginator() ?> <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}") ?> + <?= $theme->resize_top($item) ?> + <?= $item->movie_img(array("class" => "g-movie", "id" => "g-item-id-{$item->id}")) ?> + <?= $theme->resize_bottom($item) ?> </div> <div id="g-info"> |
