diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-17 09:03:39 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-06-17 09:03:39 -0700 |
commit | 6e54286ef25d02910e69ce553ab1c719dc7299cc (patch) | |
tree | e4488274eeffec627e647e0541ace440773a93c6 | |
parent | 38d09c5d1adae211d61b16d82448b616318b951e (diff) |
Add the theme::resize_top and theme::resize_bottom to the movie view to be consistent with the photo view.
-rw-r--r-- | themes/wind/views/movie.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/wind/views/movie.html.php b/themes/wind/views/movie.html.php index 8481c7ce..158857db 100644 --- a/themes/wind/views/movie.html.php +++ b/themes/wind/views/movie.html.php @@ -5,7 +5,9 @@ <?= $theme->paginator() ?> <div id="g-movie" class="ui-helper-clearfix"> + <?= $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"> |