From d672c9ed0d507c854e8bd82940e81e90a3d4b186 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 4 Apr 2011 12:05:42 +0000 Subject: Refs #3073 first version of horizontal river menu. css still needs work for likes and the comment text bubble needs to be darkened git-svn-id: http://code.elgg.org/elgg/trunk@8935 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/likes/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/likes') diff --git a/mod/likes/start.php b/mod/likes/start.php index ef46c9ef2..435e7a3ab 100644 --- a/mod/likes/start.php +++ b/mod/likes/start.php @@ -56,7 +56,7 @@ function likes_river_menu_setup($hook, $type, $return, $params) { $options = array( 'name' => 'like', 'href' => $url, - 'text' => elgg_echo('likes:likethis'), + 'text' => elgg_view('likes/display', array('entity' => $object)), 'is_action' => true, 'priority' => 100, ); @@ -71,7 +71,7 @@ function likes_river_menu_setup($hook, $type, $return, $params) { $options = array( 'name' => 'like', 'href' => $url, - 'text' => elgg_echo('likes:remove'), + 'text' => elgg_view('likes/display', array('entity' => $object)), 'is_action' => true, 'priority' => 100, ); -- cgit v1.2.3