take out rotating images not updatable by client
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 9 Feb 2010 16:19:58 +0000 (16:19 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 9 Feb 2010 16:19:58 +0000 (16:19 +0000)
admin/nav.phtml

index 05dae99..70495fa 100644 (file)
@@ -50,7 +50,6 @@ $pluralType
        = $memberRoot->getItem('section', 'listing type')
        ->getItem('directive', 'plural')
        ->getContent();
-*/
 
 $rotatingImagesRoot =& $conf->parseConfig(
        BASE . 'Toolkit/RotatingImages/config.ini',
@@ -62,11 +61,12 @@ $rotatingImagesName
        = $rotatingImagesRoot->getItem('section', 'conf')
        ->getItem('directive', 'applicationName')
        ->getContent();
+*/
 
 $nav['Home']              = 'admin/splash.phtml';
 $nav['Toolbox']           = 'admin/Toolbox/';
 $nav['Contact']           = 'admin/Contact/';
-$nav[$rotatingImagesName] = 'admin/rotatingImages.php';
+//$nav[$rotatingImagesName] = 'admin/rotatingImages.php';
 $nav['Photos']            = 'admin/Photos/';
 $nav['Server Statistics'] = 'admin/logs/';