]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/search_plugin_uses_wrong_css_path.mdwn
(no commit message)
[ikiwiki.git] / doc / bugs / search_plugin_uses_wrong_css_path.mdwn
1 The search result page uses a wrong path for the css files.
2
3 This is, because the search plugin provides $config{cgiurl} as
4 basepath to the misc template. And so the path to the css 
5 files ends up to be "$config{cgiurl}/local.css". But this is
6 wrong if $config{cgiurl} is not the same as $config{url}.
7
8 Maybe misctemplate() and misc.tmpl should use an additional
9 variable which points always to the base of the wiki.
10
11 e.g. use "wikibase" for css and favicon and "baseurl" for the <base> tag.
12
13 > thanks for pointing this bug out, I've fixed it --[[Joey]].
14 [[!tag done]]