diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-03 03:36:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-05-03 03:36:19 +0000 |
commit | 61e529be4e03bfa21206d2545cd9f5533e384117 (patch) | |
tree | e8b621df19e2584afcad210cb9863f7265781c91 /templates/sidebar.inc.php | |
parent | 7b187d52ab53378cc78f132663e704d04392a8d8 (diff) | |
download | ampache-61e529be4e03bfa21206d2545cd9f5533e384117.tar.gz ampache-61e529be4e03bfa21206d2545cd9f5533e384117.tar.bz2 ampache-61e529be4e03bfa21206d2545cd9f5533e384117.zip |
new update that moves some stuff around in the database, with 414 albums (18mb table) dropped size by 7mb
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index e5c59616..4dbc408d 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -189,7 +189,7 @@ $web_path = Config::get('web_path'); </li> <?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?> <li id="sidebar_localplay_ctrl"> - <?php require_once(Config::get('prefix') . '/templates/show_localplay_control.inc.php'); ?> + <?php //require_once(Config::get('prefix') . '/templates/show_localplay_control.inc.php'); ?> </li> <?php } // if horizontal orientation ?> <?php } // if localplay access ?> |