[pmwiki-users-de] Re: [pmwiki-users] pagelist questions
Hans
design at flutesong.fsnet.co.uk
Thu Jul 21 02:44:35 CDT 2005
Thursday, July 21, 2005, 8:22:33 AM, Bronwyn wrote:
> And it looks exactly like the results of the typical by-hand sidebar
> lists, except that it's entirely automatic. Nice. I've put it in the
> cookbook, at http://pmwiki.org/wiki/Cookbook/Sidebar-stylePageList.
To simplify I changed this:
SDVA($FPLFunctions, array(
'sidebar' => 'FPLSideBar',
'bygroup' => 'FPLByGroup',
'simple' => 'FPLSimple',
'group' => 'FPLGroup'));
to this:
$FPLFunctions['sidebar'] = 'FPLSideBar';
This justs adds the new function to the array, instead of redefining
the lot.
Best,
~Hans
More information about the pmwiki-users-de
mailing list