aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php5
1 files changed, 5 insertions, 0 deletions
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");