summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-02 00:08:04 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-02 00:08:04 +0000
commitd54efca7bd1ee28683506b452f58742f8a8f678f (patch)
tree035de57f089836300d565bc6112f217a303fe55b /templates
parent4d4712f34166a9138c6c2f627187bfcccbddd169 (diff)
downloadampache-d54efca7bd1ee28683506b452f58742f8a8f678f.tar.gz
ampache-d54efca7bd1ee28683506b452f58742f8a8f678f.tar.bz2
ampache-d54efca7bd1ee28683506b452f58742f8a8f678f.zip
tweak to the preferences and the update
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar_preferences.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sidebar_preferences.inc.php b/templates/sidebar_preferences.inc.php
index 1b988086..8b254776 100644
--- a/templates/sidebar_preferences.inc.php
+++ b/templates/sidebar_preferences.inc.php
@@ -1,5 +1,6 @@
<h4><?php echo _('Sections'); ?></h4>
<span><a href="<?php echo $web_path; ?>/preferences.php?tab=interface"><?php echo _('Interface'); ?></a></span>
+<span><a href="<?php echo $web_path; ?>/preferences.php?tab=playlist"><?php echo _('Playlist'); ?></a></span>
<span><a href="<?php echo $web_path; ?>/preferences.php?tab=streaming"><?php echo _('Streaming'); ?></a></span>
<span><a href="<?php echo $web_path; ?>/preferences.php?tab=options"><?php echo _('Options'); ?></a></span>
<span><a href="<?php echo $web_path; ?>/preferences.php?tab=account"><?php echo _('Account'); ?></a></span>
@@ -7,6 +8,7 @@
<?php if ($GLOBALS['user']->has_access('100')) { ?>
<h4><?php echo _('Server Config'); ?></h4>
<span><a href="<?php echo $web_path; ?>/preferences.php?action=admin&amp;tab=interface"><?php echo _('Interface'); ?></a></span>
+<span><a href="<?php echo $web_path; ?>/preferences.php?action=admin&amp;tab=playlist"><?php echo _('Playlist'); ?></a></span>
<span><a href="<?php echo $web_path; ?>/preferences.php?action=admin&amp;tab=streaming"><?php echo _('Streaming'); ?></a></span>
<span><a href="<?php echo $web_path; ?>/preferences.php?action=admin&amp;tab=options"><?php echo _('Options'); ?></a></span>
<span><a href="<?php echo $web_path; ?>/preferences.php?action=admin&amp;tab=system"><?php echo _('System'); ?></a></span>