From 718a5bffa4902f712f9cf9923172a0c1dc641d70 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 18 May 2009 23:51:31 +0000 Subject: added some defines to make the code easier to understand --- start.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index 4a50c5092..6c22df63b 100644 --- a/start.php +++ b/start.php @@ -4,13 +4,19 @@ * */ + // set some simple defines + define('TP_OLD_ALBUM', 0); + define('TP_NEW_ALBUM', 1); + + // setup tidypics settings object global $CONFIG; if (!isset($CONFIG->tidypics)) $CONFIG->tidypics = new stdClass; include dirname(__FILE__) . "/settings.php"; - + + /** * tidypics plugin initialisation functions. */ -- cgit v1.2.3