From d759c3b884af321de18de32cbe446a1e08c2adab Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 23 Oct 2010 11:58:52 +0000 Subject: do not need to override this anymore because Elgg core handles this --- views/default/annotation/annotate.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 views/default/annotation/annotate.php (limited to 'views') diff --git a/views/default/annotation/annotate.php b/views/default/annotation/annotate.php deleted file mode 100644 index f81f2b55c..000000000 --- a/views/default/annotation/annotate.php +++ /dev/null @@ -1,20 +0,0 @@ -subject_guid); -$object = get_entity($vars['item']->object_guid); -$url = $object->getURL(); -$subtype = get_subtype_from_id($object->subtype); -$title = $object->title; -if (!$title) { - $title = elgg_echo('untitled'); -} - -$url = "getURL()}\">{$performed_by->name}"; -$string = sprintf(elgg_echo("river:posted:generic"),$url) . " "; -$string .= elgg_echo("{$subtype}:river:annotate") . " getURL() . "\">" . $title . ""; - -echo $string; -- cgit v1.2.3