diff options
author | Joey Hess <joey@kitenet.net> | 2008-02-14 04:41:52 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-02-14 04:41:52 -0500 |
commit | 9c87cc0d13424fc182097a82db47ea41e27cb328 (patch) | |
tree | e29bb9863796ca1287fdf70549fb77570fdcee6c /doc/bugs | |
parent | 31a52efc91423d3b6dbaa295a4c4f278da40a174 (diff) |
web commit by rdennis
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/search_plugin_uses_wrong_css_path.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/search_plugin_uses_wrong_css_path.mdwn b/doc/bugs/search_plugin_uses_wrong_css_path.mdwn index 5188edc89..fc3f8a6e4 100644 --- a/doc/bugs/search_plugin_uses_wrong_css_path.mdwn +++ b/doc/bugs/search_plugin_uses_wrong_css_path.mdwn @@ -5,3 +5,7 @@ basepath to the misc template. And so the path to the css files ends up to be "$config{cgiurl}/local.css". But this is wrong if $config{cgiurl} is not the same as $config{url}. +Maybe misctemplate() and misc.tmpl should use an additional +variable which points always to the base of the wiki. + +e.g. use "wikibase" for css and favicon and "baseurl" for the <base> tag. |