From 30362f5fabb71e6f0f5a7b6b9b733be11dac73e2 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 28 Sep 2009 22:08:02 +0000 Subject: consistent on owner link for search results - send to profile --- views/default/object/album.php | 2 +- views/default/object/image.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 . ")"; -- cgit v1.2.3