From 960ea9896bc2bd4aecf716c511430af46602cfe8 Mon Sep 17 00:00:00 2001 From: Jamie Kahgee Date: Thu, 11 Feb 2010 15:06:54 +0000 Subject: [PATCH] adding rotating images flag --- setup.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.phtml b/setup.phtml index 2f32735..90db148 100644 --- a/setup.phtml +++ b/setup.phtml @@ -154,7 +154,7 @@ if (!isset($SITEINFO)) { /* * Site has rotating images application? */ - define('ROTATING_IMAGES', 0); + define('ROTATING_IMAGES', 1); /** * Site has photo gallery? */ -- 2.17.1