adding rotating images back in
authorJamie Kahgee <jawie@gaslightmedia.com>
Thu, 11 Feb 2010 15:04:47 +0000 (15:04 +0000)
committerJamie Kahgee <jawie@gaslightmedia.com>
Thu, 11 Feb 2010 15:04:47 +0000 (15:04 +0000)
admin/nav.phtml

index 70495fa..a4f4929 100644 (file)
@@ -51,6 +51,7 @@ $pluralType
        ->getItem('directive', 'plural')
        ->getContent();
 
+*/
 $rotatingImagesRoot =& $conf->parseConfig(
        BASE . 'Toolkit/RotatingImages/config.ini',
        'IniFile'
@@ -61,12 +62,11 @@ $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/';