From 3838caed15ac73f81827829b6c094aae3c3f3539 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 4 Aug 2010 23:09:57 +0000 Subject: fixed bug where latest photos widget was trying to display 4 photos across instead of three - need a better long term solution --- views/default/object/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/object/image.php') diff --git a/views/default/object/image.php b/views/default/object/image.php index da3e257a1..8c1f23ec2 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -49,7 +49,7 @@ if (get_context() == "search") { * front page view * ****************************************************************/ -} else if (get_context() == "front") { +} else if (get_context() == "front" || get_context() == "widget") { // the front page view is a clickable thumbnail of the image ?> -- cgit v1.2.3