vForums Support > Programming & Coding :: Code Requests & Support :: > Change - Home to -Support

Change - Home to -Support - Posted By Nick (nickb) on 27th Mar 10 at 6:22am
Ok, I know I asked this before. I just know I did, but I cannot find that thread.

So here is what I want.

iDirectory - Home

Changed to

iDirectory - Support

All I want to do is just change - Home to - Support

Thanks.

Re: Change - Home to -Support - Posted By Michael (wrighty) on 27th Mar 10 at 2:37pm
Where abouts do you want it changing (that might help {Tongue Out} )

Re: Change - Home to -Support - Posted By Nick (nickb) on 27th Mar 10 at 3:55pm
The title bar on the browser. {Smile} from '- Home' to '- support'

Re: Change - Home to -Support - Posted By Marc (cr0w) on 27th Mar 10 at 8:25pm
{Smile}

Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. document.title = document.title.replace(" - Home"," - Support");
  4. //-->
  5. </script>
 

Re: Change - Home to -Support - Posted By Nick (nickb) on 27th Mar 10 at 8:51pm
Thanks Marc. {Smile}

Re: Change - Home to -Support - Posted By Marc (cr0w) on 30th Mar 10 at 12:30am
 
Thanks Marc. {Smile}


No problem. {Smile}