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 --- start.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'start.php') diff --git a/start.php b/start.php index 9c59fd8e6..6318a3da1 100644 --- a/start.php +++ b/start.php @@ -253,6 +253,11 @@ include($CONFIG->pluginspath . "tidypics/world.php"); break; + case "search": //view an image individually + if (isset($page[1])) set_input('guid',$page[1]); + include($CONFIG->pluginspath . "tidypics/search.php"); + break; + case "rate": //rate image if (isset($page[1])) set_input('guid',$page[1]); include($CONFIG->pluginspath . "tidypics/actions/rate.php"); -- cgit v1.2.3