--- trunk2/lib/WebPAC/Tree.pm 2004/10/19 16:30:12 529 +++ trunk2/lib/WebPAC/Tree.pm 2004/10/19 17:43:52 530 @@ -114,24 +114,10 @@ Create new tree object my $tree = new WebPAC::Tree( - dir => './out', - html => 'browse.html', - template => './output_template/tree.tt', - js => 'tree-ids.js', tree => \@tree, log => 'log4perl.conf', ); -C is output directory in which html files and JavaScript files will be -created (think of it as C). - -C is name of output html file. - -C