diff options
Diffstat (limited to 'templates/show_search.inc.php')
-rw-r--r-- | templates/show_search.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search.inc.php b/templates/show_search.inc.php index d7643cdf..d9c7fcb5 100644 --- a/templates/show_search.inc.php +++ b/templates/show_search.inc.php @@ -31,7 +31,7 @@ * This is the template for the searches... amazing! */ ?> -<?php show_box_top(_('Search Ampache') . "..."); ?> +<?php show_box_top(_('Search Ampache') . "...", 'box box_advanced_search'); ?> <form id="search" name="search" method="post" action="<?php echo Config::get('web_path'); ?>/search.php?type=<?php echo $_REQUEST['type'] ? scrub_out($_REQUEST['type']) : 'song'; ?>" enctype="multipart/form-data" style="Display:inline"> <table class="tabledata" cellpadding="3" cellspacing="0"> <tr> |