slideshow on all pages
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 14 Feb 2014 18:26:33 +0000 (18:26 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 14 Feb 2014 18:26:33 +0000 (18:26 +0000)
Toolkit/Page.php

index 164705a..13a10a2 100755 (executable)
@@ -536,7 +536,6 @@ class Toolkit_Page
             && ROTATING_IMAGES
             && !filter_var($_REQUEST['sitemap'], FILTER_VALIDATE_INT)
             && !isset($_REQUEST['query'])
-            && in_array($page['id'], array(HOME_ID))
         ) {
             $this->_rotatingImages();
         }