diff --git a/src/View.php b/src/View.php index 71652d7..5a0cbb0 100644 --- a/src/View.php +++ b/src/View.php @@ -480,7 +480,7 @@ class View { } - $arr_path[$c]=Utils::slugify($arr_path[$c], $respect_upper=1, $replace_space='-', $replace_dot=0, $replace_barr=1); + $arr_path[$c]=$arr_path[$c]; //Utils::slugify($arr_path[$c], $respect_upper=1, $replace_space='-', $replace_dot=0, $replace_barr=1); $final_path=implode('/', $arr_path);