summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-11-08 18:13:26 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-11-08 18:13:26 -0700
commit46fda847ad625c085b020f719da1c37660ab93b9 (patch)
treef5af95a39b4af67c765aaa0670e93e49f9cda5cb /themes/wind/views
parented1bdd7b932d6d9b9bbeacc3a355e2f31c25ed15 (diff)
Moved movie context-menu up to just under the movie. Fixed contextual menu font size on resize and movie pages.
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/movie.html.php2
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>