update nav
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Feb 2010 20:01:40 +0000 (20:01 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 5 Feb 2010 20:01:40 +0000 (20:01 +0000)
admin/nav.phtml

index 5c40dff..05dae99 100644 (file)
@@ -41,6 +41,7 @@ li a:hover { background-color: #2C788F; color: #fff; }
 <ul>
 <?php
 $conf = new Config;
+/*
 $memberRoot =& $conf->parseConfig(
        BASE . 'Toolkit/Members/config.ini',
        'IniFile'
@@ -49,6 +50,7 @@ $pluralType
        = $memberRoot->getItem('section', 'listing type')
        ->getItem('directive', 'plural')
        ->getContent();
+*/
 
 $rotatingImagesRoot =& $conf->parseConfig(
        BASE . 'Toolkit/RotatingImages/config.ini',
@@ -63,13 +65,8 @@ $rotatingImagesName
 
 $nav['Home']              = 'admin/splash.phtml';
 $nav['Toolbox']           = 'admin/Toolbox/';
-$nav['Events']            = 'admin/Events/';
 $nav['Contact']           = 'admin/Contact/';
-$nav['Banners']           = 'admin/banners.php';
 $nav[$rotatingImagesName] = 'admin/rotatingImages.php';
-$nav['Coupons']           = 'admin/Coupons/';
-$nav[$pluralType]         = 'admin/members.php';
-$nav['Postcards']         = 'admin/Postcards/list_card_gallery.phtml';
 $nav['Photos']            = 'admin/Photos/';
 $nav['Server Statistics'] = 'admin/logs/';
 
@@ -79,7 +76,6 @@ foreach ($nav as $name => $url) {
         ';
 }
 ?>
-<li><a href="http://travel.gaslightmedia.com/members/" target="Main">Travel Reservation System</a></li>
 </ul>
 
 <a style="display: block; margin: 10px auto; text-align: center;" href="http://www.gaslightmedia.com/" target="_blank"><img alt="" src="http://www.gaslightmedia.com/assets/poweredby.gif" border="0" title="Gaslight Media Website"></a>