View Single Post
  #6  
Old 03-05-2008, 04:34 PM
mushy is offline mushy
Registered User

Join Date: Mar 2008
Posts: 1

Quote:
Originally posted by pinkish
[B]Based on your script, I can arrange them in any order, by doing this:

PHP Code:
$find=array("_","0","1","2","3","4","5","6","7","8","9");
$replace=array(" "," "," "," "," "," "," "," "," "," "," "); 
This is cool for the folder names and images names. But the folder navigation at top doesn't replace it (i.e. .ucwords($folder[$i]). remain unaffected).


Can someone will help me with that please?
Reply With Quote