X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=6c13be1c91d36d293f791851959de114437f2c1e;hb=4641c2f0ed0ed505df32a6bec7f126b4dd1d4747;hp=b87fedcd70277732728001a79f51aed9e4c25ce1;hpb=53d2c31cae8909b925e5f3ec8981876c4bcf9883;p=mirrors%2FJukeBox.git diff --git a/index.php b/index.php index b87fedc..6c13be1 100755 --- a/index.php +++ b/index.php @@ -202,7 +202,8 @@ function render_file_line($dir, $item, $dir_url, $index, $filesize, $parent = fa '" target="'.$GLOBALS['flash_player_frame'].'" class="icon ifplay">F/'. 'S'); } - echo(' '.unxss(str_replace('_', ' ', $item)).''.$filesize." MiB \n"); + echo(' '.unxss(str_replace('-',' - ',str_replace('_', ' ', +$item))).''.$filesize." MiB \n"); } function render_dir_line($current_dir, $item, $i) { @@ -219,14 +220,14 @@ function render_dir_line($current_dir, $item, $i) { function render_tr_playframe_show() { if($GLOBALS['flash_player_frame'] == 'playframe-show' && $GLOBALS['useflash']) { ?> -S +S '); render_tr_playframe_show(); -echo('SP'); -if($GLOBALS['useflash']) echo('/F'); +echo('SP'); +if($GLOBALS['useflash']) echo('/F'); echo('Search: '.unxss($_GET['search']).''); while(!feof($searchfp)) {