]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated videolist to use gallyer mode for embed display.
authorBrett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 9 Jun 2010 15:42:59 +0000 (15:42 +0000)
committerBrett Profitt <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 9 Jun 2010 15:42:59 +0000 (15:42 +0000)
git-svn-id: http://code.elgg.org@6422 36083f99-b078-4883-b0ff-0f9b5a30f544

start.php

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