From: Cash Costello Date: Sat, 23 Oct 2010 11:58:52 +0000 (+0000) Subject: do not need to override this anymore because Elgg core handles this X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d759c3b884af321de18de32cbe446a1e08c2adab;p=lorea%2Felgg.git do not need to override this anymore because Elgg core handles this --- 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;