diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-19 05:14:05 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-19 05:14:05 -0700 |
| commit | bc42df35ee6cce419cbd9f514f245dcf8c70262b (patch) | |
| tree | d1ad4c36130edf320368c5e08f79ebb950b6bcec /themes/default/views/album.html.php | |
| parent | 2ac916783ad81f49185fa5c8514aefcb330a6128 (diff) | |
| parent | 3b8323d5b4db4904aba9ea2f922140ab235dd681 (diff) | |
Merge branch 'master' of git://github.com/gallery/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 65ea3381..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->thumb_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) ?> |
