From: Cash Costello Date: Mon, 28 Sep 2009 22:08:02 +0000 (+0000) Subject: consistent on owner link for search results - send to profile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=30362f5fabb71e6f0f5a7b6b9b733be11dac73e2;p=lorea%2Felgg.git consistent on owner link for search results - send to profile --- diff --git a/views/default/object/album.php b/views/default/object/album.php index 988ad0f7c..6ef6bc356 100644 --- a/views/default/object/album.php +++ b/views/default/object/album.php @@ -58,7 +58,7 @@ *****************************************************************************/ $info = '

' . $title . '

'; - $info .= "

username}\">{$owner->name} {$friendlytime}"; + $info .= "

username}\">{$owner->name} {$friendlytime}"; $numcomments = elgg_count_comments($album); if ($numcomments) $info .= ", getURL()}\">" . sprintf(elgg_echo("comments")) . " (" . $numcomments . ")"; diff --git a/views/default/object/image.php b/views/default/object/image.php index 292399074..ae652fdfd 100644 --- a/views/default/object/image.php +++ b/views/default/object/image.php @@ -34,7 +34,7 @@ else{ // list view displays a thumbnail icon of the image, its title, and the number of comments $info = '

'.$title.'

'; - $info .= "

username}\">{$owner->name} {$friendlytime}"; + $info .= "

username}\">{$owner->name} {$friendlytime}"; $numcomments = elgg_count_comments($image); if ($numcomments) $info .= ", getURL()}\">" . sprintf(elgg_echo("comments")) . " (" . $numcomments . ")";