From: alex b. <en...@tu...> - 2001-07-07 22:19:25
|
> One small, but not unimportant, issue is the business of the > <title> ultimately displayed for the "page" you are looking at. yeah, I haven't added that yet. of course I _will_ add it, it would be stupid not to. :) > Now, I have a "workaround" that, upon reflection, seems that > the facility _may_ be a candidate for inclusion in the > platform. > > In the template that is going to be reused over and over > I put this piece: > > <head> > <title><?= $Title?></title> > actually, it would likely be $bc_page['title']; > There may be some more appropriate place to put the <title> in > global scope, maybe via options to a module or something. > Still, that would require presence of such a module just > to get this correct title. I want to keep global vars to an absolute minimum, so only classes and a couple special case things like bc_page will make it in. |