diff options
author | Brett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-09 15:42:59 +0000 |
---|---|---|
committer | Brett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-09 15:42:59 +0000 |
commit | b174f64ad7e4d8f7b2aeb55993f3e2f8580a4d1b (patch) | |
tree | 2a9a8eb03853f083cedb419366ae357294bcab9c /start.php | |
parent | 1e686be93b0e2ef6505e3721f28b501e2b270b78 (diff) | |
download | elgg-b174f64ad7e4d8f7b2aeb55993f3e2f8580a4d1b.tar.gz elgg-b174f64ad7e4d8f7b2aeb55993f3e2f8580a4d1b.tar.bz2 |
Updated videolist to use gallyer mode for embed display.
git-svn-id: http://code.elgg.org@6422 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |