diff options
| author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-17 21:09:31 +0000 | 
|---|---|---|
| committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-17 21:09:31 +0000 | 
| commit | 785290e6c228d484adb8812d243700e65692867d (patch) | |
| tree | 08f03604342740e52988ef01f678a27bf594826b /views/default/annotation/annotatelike.php | |
| parent | 4b66f1cb6218f80fb4b2272837070efe44618c53 (diff) | |
| download | elgg-785290e6c228d484adb8812d243700e65692867d.tar.gz elgg-785290e6c228d484adb8812d243700e65692867d.tar.bz2  | |
last of the river updates I hope - fixes the likes river view
git-svn-id: http://code.elgg.org/elgg/trunk@7665 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/annotation/annotatelike.php')
| -rw-r--r-- | views/default/annotation/annotatelike.php | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/views/default/annotation/annotatelike.php b/views/default/annotation/annotatelike.php deleted file mode 100644 index 7b0d5c2e2..000000000 --- a/views/default/annotation/annotatelike.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -$performed_by = get_entity($vars['item']->subject_guid); -$object = get_entity($vars['item']->object_guid); -$url = $object->getURL(); -$title = $object->title; -  -$string = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}</a> "; -$string .= elgg_echo("likes:river:annotate") . "  <a href=\"{$object->getURL()}\">" . $title . "</a> <span class='entity-subtext'>" . elgg_view_friendly_time($object->time_created)."</span>"; -	 -echo $string;
\ No newline at end of file  | 
