>
> The page's title is Seasons. So, would this be the correct text in the
> tiddler?
>
> function getPageTitle() {return"Seasons";}
>yes. be sure to tag the tiddler "systemConfig" so that the code runs when it starts up. save and refresh you browser. I've tried it, it works ALex > > On Nov 15, 8:50 am, Shankar <[email protected]> wrote: > > On Nov 15, 3:57 am, LoB <[email protected]> wrote: > > > > > > > > > When I open my TW in Firefox the tab displays my Site Subtitle text. I > > > assume that's because I have an image in the Site Title tiddler. What > > > I would like to change is the text that is displayed on the Firefox > > > tab. I would like it display the alternate text that shows in the Site > > > Title tiddler (which is the name of the tiddlywiki). > > > > > So how do I make this change? > > > > This might help: > > > > function getPageTitle() { return "Whatever text you want to show up > > goes here"; } > > > > Add this to a tiddler and tag that with systemConfig - or, if you > > already have one such, just append the above line to it. > > > > Cheers; 'best, > > > > shankar swamy > > > -- http://www.multiurl.com/g/64 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

