From 0f987880e67c667dc1e2c47455fc9ee0859fcba7 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 2 Jun 2009 12:08:47 -0700 Subject: Fix for ticket #320 --- themes/default/views/album.html.php | 2 +- themes/default/views/photo.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index 6e17696d..7d4a6f54 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -15,7 +15,7 @@
  • thumb_top($child) ?> - thumb_tag(array("class" => "gThumbnail")) ?> + thumb_img(array("class" => "gThumbnail")) ?> thumb_bottom($child) ?>

    title) ?>

    diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index cc069158..85143da8 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -29,7 +29,7 @@ "> - resize_tag(array("id" => "gPhotoId-{$item->id}", "class" => "gResize")) ?> + resize_img(array("id" => "gPhotoId-{$item->id}", "class" => "gResize")) ?> -- cgit v1.2.3