diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2010-05-14 16:20:20 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2010-05-14 16:20:20 -0700 |
| commit | 9a1995a8792fd504424e37407517633417bb2294 (patch) | |
| tree | d7810453bd9156fda9fb2bb96d39ddb683714575 /themes | |
| parent | ad0e7254eb6e6a763c9b4d0a7252dc5982a814be (diff) | |
| parent | 163dd0eb931ea6fa0917bb08df0a0cc0b73f5576 (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 | ||||
| -rw-r--r-- | themes/wind/views/photo.html.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index 2f64c847..6446deeb 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -6,7 +6,7 @@ <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title> <? if ($page_title): ?> - <?= $page_title ?> + Gallery Admin: <?= $page_title ?> <? else: ?> <?= t("Admin dashboard") ?> <? endif ?> diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index e0fae3f1..07952c94 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -27,7 +27,6 @@ </a> <? endif ?> <?= $theme->resize_bottom($item) ?> - <?= $theme->context_menu($item, "#g-photo-id-{$item->id}") ?> </div> <div id="g-info"> |
