From b174f64ad7e4d8f7b2aeb55993f3e2f8580a4d1b Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Wed, 9 Jun 2010 15:42:59 +0000 Subject: Updated videolist to use gallyer mode for embed display. git-svn-id: http://code.elgg.org@6422 36083f99-b078-4883-b0ff-0f9b5a30f544 --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index 93d011dae..f595c68d7 100644 --- a/start.php +++ b/start.php @@ -206,7 +206,7 @@ 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' => 'list', + 'layout' => 'gallery', ); return $value; -- cgit v1.2.3