diff options
author | Pete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-30 19:13:00 +0000 |
---|---|---|
committer | Pete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-30 19:13:00 +0000 |
commit | 1b812b80069ee62c112488e7b5d883ea263e0ce4 (patch) | |
tree | 0d473c3bb0d9c423b94976bb1da9d18e83364e8a | |
parent | 05129a184b2c88cf082ebf230a3dce7b6510ec8f (diff) | |
download | elgg-1b812b80069ee62c112488e7b5d883ea263e0ce4.tar.gz elgg-1b812b80069ee62c112488e7b5d883ea263e0ce4.tar.bz2 |
Updates to documents and videolist group profile views.
-rw-r--r-- | start.php | 2 | ||||
-rw-r--r-- | views/default/videolist/groupprofile_videolist.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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')); diff --git a/views/default/videolist/groupprofile_videolist.php b/views/default/videolist/groupprofile_videolist.php index 217eda53b..0bca15324 100644 --- a/views/default/videolist/groupprofile_videolist.php +++ b/views/default/videolist/groupprofile_videolist.php @@ -10,7 +10,7 @@ */ ?> -<div id="filerepo_widget_layout"> +<div class="group_tool_widget"> <h3><?php echo elgg_echo("videolist:group"); ?></h3> <?php |