summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-18 02:55:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-18 02:55:07 +0000
commitf999eeb21c73e3f6c653994b20fc8fec89f69644 (patch)
tree44a9377f4f9604bea64b2da5a6951f1c01973ef4 /index.php
parent39ea881cc5ec586b70650246b7fc1471e5fcca8a (diff)
downloadampache-f999eeb21c73e3f6c653994b20fc8fec89f69644.tar.gz
ampache-f999eeb21c73e3f6c653994b20fc8fec89f69644.tar.bz2
ampache-f999eeb21c73e3f6c653994b20fc8fec89f69644.zip
new search bar
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.php b/index.php
index a69c0cd7..9793e8e5 100644
--- a/index.php
+++ b/index.php
@@ -72,6 +72,12 @@ if (conf('refresh_limit') > 0) { show_template('javascript_refresh'); }
</td>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>
+ <tr>
+ <td colspan="2">
+ <?php show_template('show_search_bar'); ?>
+ </td>
+ </tr>
+ <tr><td colspan="2">&nbsp;</td></tr>
<tr>
<?php
if ($user->prefs['play_type'] == 'mpd') {