From: Garrett B. <bau...@ho...> - 2005-06-26 04:22:04
|
How do I set up my PhpWiki such that underscores in a page's filename / URL are converted to spaces for the displayed browser title and header? For example, I would like the title of www.mypage.com/Category_-_Page_Name or www.mypage.com/some_lowercase_title_that_is_not_a_wikiword to display as Category - Page Name or some lowercase title that is not a wikiword in the browser's title bar and in the header at the top of the wiki page, instead of the default: Category_-_Page_Name or some_lowercase_title_that_is_not_a_wikiword I ask because the "%20" browser space code is hideously inelegant and I prefer the "_" underscore. Is this possible? What /lib files do I have to edit to do this? Thanks. :) - Garrett |