diff options
Diffstat (limited to 'templates/show_add_playlist.inc.php')
-rw-r--r-- | templates/show_add_playlist.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_add_playlist.inc.php b/templates/show_add_playlist.inc.php index 4e994603..2a1239b4 100644 --- a/templates/show_add_playlist.inc.php +++ b/templates/show_add_playlist.inc.php @@ -20,7 +20,7 @@ * */ ?> -<?php show_box_top(T_('Create a new playlist')); ?> +<?php UI::show_box_top(T_('Create a new playlist')); ?> <form name="songs" method="post" action="<?php echo Config::get('web_path'); ?>/playlist.php"> <table> <tr> @@ -42,4 +42,4 @@ <input type="hidden" name="action" value="Create" /> </div> </form> -<?php show_box_bottom(); ?> +<?php UI::show_box_bottom(); ?> |