From c2feaa1bbed0831c4e4bf7d769f4e028b390fa2c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 12 Dec 2009 21:31:43 +0000 Subject: starting process of moving thumbnail to page handler --- start.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'start.php') 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"); -- cgit v1.2.3