From fe4e67d6190d0a0a8dc9db6ea22293fe206835d7 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 19 Feb 2009 15:38:02 +0000 Subject: the wire has been moved to core as it now powers profile status and status on member search git-svn-id: https://code.elgg.org/elgg/trunk@2817 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/thewire/profile_status.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mod/thewire/views/default/thewire/profile_status.php (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 new file mode 100644 index 000000000..507781497 --- /dev/null +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -0,0 +1,26 @@ +guid; + + //grab the users latest from the wire + $latest_wire = get_entities("object", "thewire", $owner, "", 1, 0, false, 0, null); + + if($latest_wire){ + foreach($latest_wire as $lw){ + $content = $lw->description; + $time = "" . friendly_time($lw->time_created) . ""; + } + } + +?> + +
+ +
\ No newline at end of file -- cgit v1.2.3