From 4f1b7f0620484b9d24757826a65218e94ff2822f Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 20 Feb 2009 14:40:15 +0000 Subject: profile status view tweaked git-svn-id: https://code.elgg.org/elgg/trunk@2861 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/thewire/profile_status.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'mod/thewire/views/default') diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index 507781497..16dea70a3 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -15,12 +15,10 @@ $time = "" . friendly_time($lw->time_created) . ""; } } - -?> - -
- -
\ No newline at end of file + + if($latest_wire){ + echo "
"; + echo $content . " " . $time; + echo "
"; + } +?> \ No newline at end of file -- cgit v1.2.3