From: <var...@us...> - 2008-09-04 16:01:25
|
Revision: 6230 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6230&view=rev Author: vargenau Date: 2008-09-04 16:01:29 +0000 (Thu, 04 Sep 2008) Log Message: ----------- width was missing in getDefaultArguments Modified Paths: -------------- trunk/lib/plugin/CreateToc.php Modified: trunk/lib/plugin/CreateToc.php =================================================================== --- trunk/lib/plugin/CreateToc.php 2008-09-02 15:21:42 UTC (rev 6229) +++ trunk/lib/plugin/CreateToc.php 2008-09-04 16:01:29 UTC (rev 6230) @@ -67,6 +67,7 @@ 'notoc' => 0, // do not display TOC, only number headers 'pagename' => '[pagename]', // TOC of another page here? 'position' => 'full', // full, right or left + 'width' => '200px', 'with_counter' => 0, 'with_toclink' => 0, // link back to TOC ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |