On Wed, Jan 10, 2007 at 07:15:08PM -0000, marc wrote: > JB said... > > New recipe. > > > > http://www.pmwiki.org/wiki/Cookbook/AuthTable > > > > List attributes of all pages in a wiki. > > > > Example at: http://www.pmwiki.org/wiki/Test/AuthList > > Nice one. > > I presume there's no way to put the > > $HTMLStylesFmt['fplauthtable'] > > somewhere where it only loads when the psgelist is used?
Sure, it can be put into the FPLAuthList function. Then it would be in the output only when fmt=authtable is used. One possible downside would be that fmt=authtable couldn't be easily put into a sidebar, because by the time the sidebar is processed the <head> section is already output. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
