diff options
Diffstat (limited to 'templates/show_add_live_stream.inc.php')
-rw-r--r-- | templates/show_add_live_stream.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_live_stream.inc.php b/templates/show_add_live_stream.inc.php index 8c124f00..60e0fc4c 100644 --- a/templates/show_add_live_stream.inc.php +++ b/templates/show_add_live_stream.inc.php @@ -27,7 +27,7 @@ */ ?> -<?php show_box_top(_('Add Radio Station')); ?> +<?php show_box_top(_('Add Radio Station'), 'box box_add_live_stream'); ?> <form name="radio" method="post" action="<?php echo Config::get('web_path'); ?>/radio.php?action=create"> <table> <tr> |