]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
removed hacked in link to conversations plugin in riverdashboard
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 5 Nov 2010 18:52:17 +0000 (18:52 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 5 Nov 2010 18:52:17 +0000 (18:52 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7240 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/riverdashboard/index.php

index 3c3f97dadb4fb73542b7eb42336ff52b8dcb3f10..b11dade19bde59763ac657997ea63276b47bafc9 100644 (file)
@@ -39,7 +39,6 @@ switch($orient) {
                break;
 }
 
-$title = "<a class='start_conversation link action_button'>New conversation</a>";
 $title .= elgg_view_title($title_wording);
 $extend = elgg_view("activity/extend");
 $river = elgg_view_river_items($subject_guid, 0, $relationship_type, $type, $subtype, '', 20, 0, 0, TRUE, FALSE);