(:pagelist wrap=none:) works but $FPLFormatOpt['default']['wrap'] = 'none'; does not work - I get Fatal error: Call to undefined function: () in pagelist.php on line 174 with pmwiki 2.2.0beta63
Roman On 10/29/07, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Mon, Oct 29, 2007 at 10:19:04PM +0200, [EMAIL PROTECTED] wrote: > > Hello, > > > > I've noticed that every item generated by (:template:) gets wrapped up in > > a <div class="fpltemplate"> block. I do not really want this. Can I turn > > it off somehow (I would just comment out the line 585 in pagelist.php, > > but I don't want to have accidental problems when upgrading PmWiki)? > > If you don't want the <div> at all, then you can try using either > wrap=none or wrap=inline in the pagelist directive. > > (:pagelist wrap=none:) > > If you want this to be the default for all pagelists, set > the following in local/config.php: > > $FPLFormatOpt['default']['wrap'] = 'none'; > > Pm > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
