diff options
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/photo.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 8c0f7f5e..666fa9ee 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -12,7 +12,7 @@ <? endif ?> </ul> - <?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?> + <a href="#" class="gFullSizeLink" title="<?= t("View full size") ?>"><?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?></a> <div id="gInfo"> <h1><?= $item->title ?></h1> |
