#lines 131-139 # these hardcode the string 'sitedoc' but for now # no change is recommended. SiteDocClan documents # have a special feature whereby any node X can have # an accompanying document named "X sitedoc". This # feature is not needed at present for the pmdv docball # - see below "Annotating other documents" for further # discussion. #replace lines 149-151 if (my $sdl=getNode ("$node->{title} sitedoclet",'sitedoclet') push @out, htmlcode('get_sitedoclet','',$sdl); } elsif ($NODE->{type}{title} eq 'pmdvdoclet') { push @out, htmlcode('get_sitedoclet','',$NODE); }