diff options
Diffstat (limited to 'templates/show_import_playlist.inc.php')
-rw-r--r-- | templates/show_import_playlist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_import_playlist.inc.php b/templates/show_import_playlist.inc.php index 56231d20..bb5bd7c6 100644 --- a/templates/show_import_playlist.inc.php +++ b/templates/show_import_playlist.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Importing a Playlist from a File')); ?> +<?php show_box_top(_('Importing a Playlist from a File'), 'box box_import_playlist'); ?> <form method="post" name="import_playlist" action="<?php echo Config::get('web_path'); ?>/playlist.php" enctype="multipart/form-data"> <table cellpadding="0" cellspacing="0"> <tr> |