diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 05:20:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 05:20:26 +0000 |
commit | cf2e2488779f60251d66f375273d9b2583528f64 (patch) | |
tree | aeea65e98b0d7df40a2ed294a53dd254b2e61dd2 /templates/header.inc.php | |
parent | f13037cc5466cf09bf1535acfea8809137927591 (diff) | |
download | ampache-cf2e2488779f60251d66f375273d9b2583528f64.tar.gz ampache-cf2e2488779f60251d66f375273d9b2583528f64.tar.bz2 ampache-cf2e2488779f60251d66f375273d9b2583528f64.zip |
moved search to upper right, removed the playlists from the left menubar, fixed a potential uncaught exception on id3 tags
Diffstat (limited to 'templates/header.inc.php')
-rw-r--r-- | templates/header.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.inc.php b/templates/header.inc.php index 2b802178..844ff186 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -67,7 +67,7 @@ if (Config::get('use_rss')) { ?> <div id="topbarright"> <?php show_box_top(); ?> <b><?php echo _('You are currently logged in as') . " " . $GLOBALS['user']->fullname; ?></b> - <div id="topbar-playlist"><?php require_once Config::get('prefix') . '/templates/show_playlist_bar.inc.php'; ?></div> + <?php require_once Config::get('prefix') . '/templates/show_search_bar.inc.php'; ?> <?php show_box_bottom(); ?> </div> <!-- End topbarright --> </div><!-- End topbar --> |