]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/cgi_does_not_use_templatedir_overlay.mdwn
* Add a "createlink" class attribute to the span for wikilinks pointing
[git.ikiwiki.info.git] / doc / bugs / cgi_does_not_use_templatedir_overlay.mdwn
1 I have set
3      templatedir => "/srv/apache2/madduck.net/templates",
5 in ikiwiki.setup and put a custom ``page.tmpl`` in there, then called ``ikiwiki --setup`` and verified that it works. It even works when I push to the Git repo and let the receive-hook update the wiki.
7 However, when I make a change via the CGI (which has been created by the last setup run), it applies the default ``page.tmpl`` file to all pages it updates.
9 > Hmm, I tried to reproduce this, but failed, my modified template was used
10 > both during the --setup and for cgi edits.
11
12 > Are you 100% sure that your ikiwiki.cgi is right? Try:
13 >       strings ikiwiki.cgi |grep templatedir
14 > --[[Joey]]