- my $searchform = IkiWiki::template("searchform.tmpl", blind_cache => 1);
- $searchform->param(searchaction => $IkiWiki::config{cgiurl});
+ my $searchform = template("searchform.tmpl", blind_cache => 1);
+ $searchform->param(searchaction => $config{cgiurl});