diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-04 00:10:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-04 00:10:23 +0000 |
commit | 487aed695cc24d95d6f1df872251526a4322e9b7 (patch) | |
tree | aab132b95e915ce523a1400e58cf6c43e5a67b51 /templates/sidebar.inc.php | |
parent | 78b2ab0640c620ff42985c73182c0b9d73b47099 (diff) | |
download | ampache-487aed695cc24d95d6f1df872251526a4322e9b7.tar.gz ampache-487aed695cc24d95d6f1df872251526a4322e9b7.tar.bz2 ampache-487aed695cc24d95d6f1df872251526a4322e9b7.zip |
reverting unnessecary changes
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 6858c940..03b6392f 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -29,7 +29,7 @@ $admin_items[] = array('title'=>_('Users'),'url'=>'admin/users.php','active'=>$location['page']); $admin_items[] = array('title'=>_('Mail Users'),'url'=>'admin/mail.php','active'=>$location['page']); $admin_items[] = array('title'=>_('Catalog'),'url'=>'admin/index.php','active'=>$location['page']); -$admin_items[] = array('title'=>_('Config'),'url'=>'admin/preferences.php','active'=>$location['page']); +$admin_items[] = array('title'=>_('Site Preferences'),'url'=>'admin/preferences.php','active'=>$location['page']); $admin_items[] = array('title'=>_('Access List'),'url'=>'admin/access.php','active'=>$location['page']); $admin_items[] = array('title'=>_('Modules'),'url'=>'admin/modules.php','active'=>$location['page']); @@ -187,10 +187,6 @@ $web_path = conf('web_path'); </li> <?php } // if horizontal orientation ?> <?php } // if localplay access ?> -<?php //If admin hasn't disabled the playtype switch - - if (has_preference_access('play_type')){ -?> <li> <?php $required_info = conf('ajax_info'); @@ -198,9 +194,6 @@ $web_path = conf('web_path'); ?> <?php require_once(conf('prefix') . '/templates/show_playtype_switch.inc.php'); ?> </li> -<?php -} //End if admin hasn't disabled the playtype switch -?> <?php if ($GLOBALS['user']->prefs['play_type'] == 'democratic') { ?> <li> <a href="<?php echo $web_path; ?>/tv.php"><?php echo _('Democratic View'); ?></a> |