aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/start.php b/start.php
index 472bf4881..f2732b3de 100644
--- a/start.php
+++ b/start.php
@@ -283,6 +283,12 @@
include($CONFIG->pluginspath . "tidypics/pages/download.php");
break;
+ case "thumbnail": // tidypics thumbnail
+ if (isset($page[1])) set_input('file_guid', $page[1]);
+ if (isset($page[2])) set_input('size', $page[2]);
+ include($CONFIG->pluginspath . "tidypics/pages/thumbnail.php");
+ break;
+
case "tagged": // all photos tagged with user
if (isset($page[1])) set_input('guid',$page[1]);
include($CONFIG->pluginspath . "tidypics/pages/tagged.php");