|
|
|
|
Changing the default browser window title
Open wimpy.php/asp/cfm in a text editor and locate
the following line of code:
$wimpyHTMLpageTitle = "wimpy";
Change the word "wimpy" to whatever you would like
to use as the page title. Example:
$wimpyHTMLpageTitle = "My New Page Title";
You can also edit the default window title by using a wimpyConfigs.xml file -- and setting the <wimpyHTMLpageTitle> tag to the title you desire. Click here for more information on using a wimpyConfigs.xml file.
|
|
|
|