diff options
Diffstat (limited to 'templates/show_gather_art.inc.php')
-rw-r--r-- | templates/show_gather_art.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_gather_art.inc.php b/templates/show_gather_art.inc.php index 9c793df6..9f17c90e 100644 --- a/templates/show_gather_art.inc.php +++ b/templates/show_gather_art.inc.php @@ -20,9 +20,9 @@ * */ -show_box_top(T_('Album Art Search'), 'box box_gather_art'); +UI::show_box_top(T_('Album Art Search'), 'box box_gather_art'); echo "<strong>" . T_('Starting Album Art Search') . ". . .</strong><br />\n"; echo T_('Searched') . ": <span id=\"count_art_" . $catalog_id . "\">" . T_('None') . "</span><br />"; echo T_('Reading') . ":<span id=\"read_art_$catalog_id\"></span><br />"; -show_box_bottom(); +UI::show_box_bottom(); ?> |