diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-11 00:15:04 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-11 00:15:04 -0600 |
| commit | 3e3bbd5d2e71419109eaecc0677962e9efa0b59a (patch) | |
| tree | d0b42bdfdf5127194043b92f72dc113ce516e180 /themes/default/views/album.html.php | |
| parent | e3a58b76c14c64a5254f4efd73730866818bd0b3 (diff) | |
| parent | cbba45fffc7368280e9529f55e108d0080175b6a (diff) | |
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'themes/default/views/album.html.php')
| -rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index ce57458e..e2890482 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -19,7 +19,7 @@ <?= $child->thumb_img(array("class" => "gThumbnail")) ?> </a> <?= $theme->thumb_bottom($child) ?> - <?= $theme->context_menu($child) ?> + <?= $theme->context_menu($child, "#gItemId-{$child->id} .gThumbnail") ?> <h2><span></span><a href="<?= $child->url() ?>"><?= p::clean($child->title) ?></a></h2> <ul class="gMetadata"> <?= $theme->thumb_info($child) ?> |
