% if ($RSSAutoDiscovery) { % } % eval { $m->comp("/Help/$page") }; % if ($!) {
Help not found: <% $! %>
% } <%INIT> undef($!); $r->headers_out->{'Pragma'} = 'no-cache'; $r->headers_out->{'Cache-control'} = 'no-cache'; my $id = $m->request_comp->path; $id =~ s|^/||g; $id =~ s|/|-|g; $id =~ s|\.html$||g; $id =~ s|index$||g if $id ne 'index'; $id =~ s|-$||g; <%ARGS> $Prefs => '/User/Prefs.html' #$Focus => 'focus' $Focus => '' $Title => 'RT' $Code => undef $Refresh => 0 $Why => undef $ShowBar => 1 $URL => undef $RSSAutoDiscovery => undef $onload => undef $page => undef