diff options
author | Brett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-09 17:35:15 +0000 |
---|---|---|
committer | Brett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-09 17:35:15 +0000 |
commit | b7350a7cf28ab1033357368822472e2e814b7338 (patch) | |
tree | 35bd39d26f6b494c59c91229f53648b1c1f96678 /start.php | |
parent | 8356c19df7cf976b9356314bdf50f10c5d903b16 (diff) | |
download | elgg-b7350a7cf28ab1033357368822472e2e814b7338.tar.gz elgg-b7350a7cf28ab1033357368822472e2e814b7338.tar.bz2 |
Reverted back to list view but passing the correct icon size.
git-svn-id: http://code.elgg.org@6427 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |