From adc58d2bc1807b6c41b012aae7eb74795ac17c67 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 24 Feb 2009 10:00:59 +0000 Subject: profile status update link formatted git-svn-id: https://code.elgg.org/elgg/trunk@2909 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/profile_status.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mod/thewire/views/default/thewire/profile_status.php') diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index 52d4d69f5..385cfdcab 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -13,15 +13,16 @@ if($latest_wire){ foreach($latest_wire as $lw){ $content = $lw->description; - $time = "(" . friendly_time($lw->time_created) . ")"; + $time = " (" . friendly_time($lw->time_created) . ")"; } } if($latest_wire){ echo "
"; - echo $content . " " . $time; + echo $content; if($owner == $_SESSION['user']->guid) - echo " update"; + echo " update"; + echo $time; echo "
"; } ?> \ No newline at end of file -- cgit v1.2.3