diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-03 21:50:01 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-03 21:50:01 -0700 |
| commit | ad19e29c469295189a2d13772706e39e3bd3dfc7 (patch) | |
| tree | 0dbcccfadb25d5f08e0e73572c3d0d638271b20b /themes | |
| parent | 52147cf6f857c4c54a2f3d753e72b27b5141d028 (diff) | |
Add the context menu to the photo/movie pages also.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/views/movie.html.php | 1 | ||||
| -rw-r--r-- | themes/default/views/photo.html.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/views/movie.html.php b/themes/default/views/movie.html.php index 66c80ded..b9e1bc21 100644 --- a/themes/default/views/movie.html.php +++ b/themes/default/views/movie.html.php @@ -23,4 +23,5 @@ var ADD_A_COMMENT = "<?= t("Add a comment") ?>"; </script> <?= $theme->photo_bottom() ?> + <?= $theme->context_menu($item) ?> </div> diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index bf4d9da3..cf8bebdd 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -47,6 +47,7 @@ </a> <? endif ?> <?= $theme->resize_bottom($item) ?> + <?= $theme->context_menu($item) ?> </div> <div id="gInfo"> |
