summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-04-06 08:03:31 +0000
committerBharat Mediratta <bharat@menalto.com>2009-04-06 08:03:31 +0000
commit7e23ec89d93cd7874145c7132236a057c6513ca6 (patch)
treec9508e52c141e2f217f3a712f0d6d597a94b4013
parent0531c9262e837f1185a06d11856d79f658a0f126 (diff)
Mark resized images with the 'gResize' class to match the 'gThumbnail' class we use in albums
-rw-r--r--themes/default/views/photo.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index 7f830f13..fef0fa07 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -27,7 +27,7 @@
<div id="gPhoto">
<?= $theme->resize_top($item) ?>
<a href="#" class="gFullSizeLink" title="<?= t("View full size") ?>">
- <?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}")) ?></a>
+<?= $item->resize_tag(array("id" => "gPhotoId-{$item->id}", "class" => "gResize")) ?></a>
<?= $theme->resize_bottom($item) ?>
</div>