From effbb14022495081f80acdc1d68ced09c1dd67c0 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 18 Jun 2009 01:54:52 +0000 Subject: added the framework to get a list of photos tagged with a user --- search.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 search.php (limited to 'search.php') diff --git a/search.php b/search.php new file mode 100644 index 000000000..2899d2c3f --- /dev/null +++ b/search.php @@ -0,0 +1,24 @@ +name; + + $title = $user->name; + + + $body = elgg_view_title($title); + $body .= list_entities_from_relationship('phototag', $guid, false, 'object', 'image'); + $body = elgg_view_layout('two_column_left_sidebar','',$body); + + page_draw($title,$body); + +?> \ No newline at end of file -- cgit v1.2.3