From: Joey Hess Date: Thu, 14 Feb 2008 09:41:52 +0000 (-0500) Subject: web commit by rdennis X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/9c87cc0d13424fc182097a82db47ea41e27cb328?ds=sidebyside web commit by rdennis --- 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.