diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-02 01:39:10 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-02 01:39:10 +0000 |
commit | 7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f (patch) | |
tree | cafd383d330cd5e0e643a0593ac7e867ca7b4dd8 /templates/sidebar_modules.inc.php | |
parent | a313222ab7b51df79469c6082a856463248006e9 (diff) | |
download | ampache-7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f.tar.gz ampache-7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f.tar.bz2 ampache-7a529eeb8af2b1d61e0d82066d9a6aa36e02c09f.zip |
move around stats information and split it up, tweak quicktime tag detection
Diffstat (limited to 'templates/sidebar_modules.inc.php')
-rw-r--r-- | templates/sidebar_modules.inc.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/sidebar_modules.inc.php b/templates/sidebar_modules.inc.php index 0805aaef..fcf3f1b4 100644 --- a/templates/sidebar_modules.inc.php +++ b/templates/sidebar_modules.inc.php @@ -36,11 +36,6 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); <li id="sb_admin_ot_ShowDisabled"><a href="<?php echo $web_path; ?>/admin/flag.php?action=show_disabled"><?php echo _('Show Disabled'); ?></a></li> </ul> </li> - <li><h4><?php echo _('Information'); ?></h4> - <ul class="sb3" id="sb_home_info"> - <li id="sb_home_info_Statistics"><a href="<?php echo $web_path; ?>/stats.php"><?php echo _('Statistics'); ?></a></li> - </ul> - </li> <?php if (Config::get('allow_democratic_playback')) { ?> <li><h4><?php echo _('Democratic'); ?></h4> <ul class="sb3" id="sb_home_democratic"> |