]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Reverted back to list view but passing the correct icon size.
authorBrett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 9 Jun 2010 17:35:15 +0000 (17:35 +0000)
committerBrett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 9 Jun 2010 17:35:15 +0000 (17:35 +0000)
git-svn-id: http://code.elgg.org@6427 36083f99-b078-4883-b0ff-0f9b5a30f544

start.php

index f595c68d7c16e5e0de2248895e1f296f7814cd4c..c931cf03559eb0f25e33710783312d8b0ae29ac9 100644 (file)
--- 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;