diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 23:28:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 23:28:18 +0000 |
commit | 34238a29aade796f30911c567eace0e1518eb470 (patch) | |
tree | 4e0125bd53cc2f75f7a0536ea6479ec82e0ac0ce /templates/show_search.inc | |
parent | 1d08ce31caa68f6da292493fa16432163cbbeddd (diff) | |
download | ampache-34238a29aade796f30911c567eace0e1518eb470.tar.gz ampache-34238a29aade796f30911c567eace0e1518eb470.tar.bz2 ampache-34238a29aade796f30911c567eace0e1518eb470.zip |
to keep infamys eyes from bleeding
Diffstat (limited to 'templates/show_search.inc')
-rw-r--r-- | templates/show_search.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc index ae1c2efd..393a6c24 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -24,7 +24,7 @@ * This is the template for the searches... amazing! */ ?> - +<?php require (conf('prefix') . '/templates/show_box_top.inc.php'); ?> <form name="search" method="post" action="<?php echo conf('web_path'); ?>/search.php" enctype="multipart/form-data" style="Display:inline"> <table class="tabledata" cellspacing="0" cellpadding="3" border="0"> <tr class="table-header"> @@ -147,5 +147,4 @@ <?php show_playlist_dropdown('', true); ?> <input class="button" type="submit" value="<?php echo _('Save'); ?>" /></form> <?php } ?> -<br /> - +<?php require (conf('prefix') . '/templates/show_box_bottom.inc.php'); ?> |