aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-02-14 04:41:52 -0500
committerJoey Hess <joey@kitenet.net>2008-02-14 04:41:52 -0500
commit9c87cc0d13424fc182097a82db47ea41e27cb328 (patch)
treee29bb9863796ca1287fdf70549fb77570fdcee6c /doc/bugs/search_plugin_uses_wrong_css_path.mdwn
parent31a52efc91423d3b6dbaa295a4c4f278da40a174 (diff)
downloadikiwiki-9c87cc0d13424fc182097a82db47ea41e27cb328.tar
ikiwiki-9c87cc0d13424fc182097a82db47ea41e27cb328.tar.gz
web commit by rdennis
Diffstat (limited to 'doc/bugs/search_plugin_uses_wrong_css_path.mdwn')
-rw-r--r--doc/bugs/search_plugin_uses_wrong_css_path.mdwn4
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 &lt;base&gt; tag.