From b7350a7cf28ab1033357368822472e2e814b7338 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Wed, 9 Jun 2010 17:35:15 +0000 Subject: Reverted back to list view but passing the correct icon size. git-svn-id: http://code.elgg.org@6427 36083f99-b078-4883-b0ff-0f9b5a30f544 --- start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index f595c68d7..c931cf035 100644 --- a/start.php +++ b/start.php @@ -206,7 +206,8 @@ function videolist_profile_menu($hook, $entity_type, $return_value, $params) { function videolist_embed_get_sections($hook, $type, $value, $params) { $value['videolist'] = array( 'name' => elgg_echo('videolist'), - 'layout' => 'gallery', + 'layout' => 'list', + 'icon_size' => 'medium', ); return $value; -- cgit v1.2.3