From 80236b3d151a1c4e00d75b723794d23b0938fc87 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 9 Jun 2010 15:43:33 +0000 Subject: Embed default gallery list uses medium icon instead of tiny. git-svn-id: http://code.elgg.org/elgg/trunk@6423 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/embed/views/default/embed/item/gallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/embed/views/default/embed/item/gallery.php b/mod/embed/views/default/embed/item/gallery.php index ed43ca1c3..a302412f6 100644 --- a/mod/embed/views/default/embed/item/gallery.php +++ b/mod/embed/views/default/embed/item/gallery.php @@ -31,7 +31,7 @@ if ($ecml_keyword) { $embed_code = "[$ecml_keyword guid={$item->getGUID()}]"; } else { // fallback to inserting a hard link to the object with its icon - $icon = "getIcon()}\" />" . htmlentities($title, ENT_QUOTES, 'UTF-8'); + $icon = "getIcon('medium')}\" />" . htmlentities($title, ENT_QUOTES, 'UTF-8'); $embed_code = elgg_view('output/url', array( 'href' => $item->getURL(), @@ -41,7 +41,7 @@ if ($ecml_keyword) { )); } -$icon = "getIcon('tiny')}\" />"; +$icon = "getIcon('medium')}\" />"; $info = htmlentities($title, ENT_QUOTES, 'UTF-8'); $listing = elgg_view('entities/gallery_listing', array('icon' => $icon, 'info' => $info)); -- cgit v1.2.3