]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updates to documents and videolist group profile views.
authorPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 30 Mar 2010 19:13:00 +0000 (19:13 +0000)
committerPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 30 Mar 2010 19:13:00 +0000 (19:13 +0000)
start.php
views/default/videolist/groupprofile_videolist.php

index 0fb7bb0bbc4e0382673162168e02684bfa19b0f4..b57f66d37aff6e209072d59565001025c96d1772 100644 (file)
--- a/start.php
+++ b/start.php
@@ -25,7 +25,7 @@ function videolist_init() {
        register_page_handler('videolist','videolist_page_handler');
 
        //extend this plugin for groups
-       elgg_extend_view('groups/left_column','videolist/groupprofile_videolist');
+       elgg_extend_view('groups/tool_latest','videolist/groupprofile_videolist');
 
        if (is_callable('register_notification_object')) {
                register_notification_object('object', 'videolist', elgg_echo('videolist:new'));
index 217eda53b8713fa834977e9a62ebcd98dfb49ad6..0bca15324a2a6b3a583a98b6028b248ee7b4a639 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 ?>
-<div id="filerepo_widget_layout">
+<div class="group_tool_widget">
 <h3><?php echo elgg_echo("videolist:group"); ?></h3>
 
 <?php