summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-18 00:10:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-18 00:10:07 +0000
commit68ac06b30b06f982f18f4ec31691c94684fc07e2 (patch)
treed0c41afc488aca7eb6b861792fa916979b21454f /templates/sidebar.inc.php
parent7c661ba685287efd21512f9f0203641200bffed2 (diff)
downloadampache-68ac06b30b06f982f18f4ec31691c94684fc07e2.tar.gz
ampache-68ac06b30b06f982f18f4ec31691c94684fc07e2.tar.bz2
ampache-68ac06b30b06f982f18f4ec31691c94684fc07e2.zip
* Last DB Update for 3.3.3 Stable Branche
* Improved Recommendation view * Removed Upload
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index af3bc38b..62568d53 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -101,15 +101,6 @@ $web_path = conf('web_path');
}
}
?>
-
-<?php if ($GLOBALS['user']->prefs['upload']) { ?>
- <li<?php
- if ($location['page'] == "upload.php"){
- echo " id=\"activetopmenu\" ";
- }?>>
- <a href="<?php echo $web_path; ?>/upload.php"><?php echo _('Upload'); ?></a>
- </li>
-<?php } // end if ($GLOBALS['user']->prefs['upload']) ?>
<li<?php
if ($location['page'] == "playlist.php"){
echo " id=\"activetopmenu\" ";