From 190202dd4ee8c11dc60d5fa801ca19b4b7b0e3f6 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 11 May 2007 20:09:58 +0000 Subject: * Make all templates have a footer div to ease themeing. Required template and style sheet updates, and unless you're using customised versions, you'll want to rebuild wikis on upgrade to this version to avoid inconsistencies. * Allow WIKINAME to to used in footers, as an example of something to put there. --- IkiWiki/CGI.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/CGI.pm') diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm index 1471ae926..d92bdd330 100644 --- a/IkiWiki/CGI.pm +++ b/IkiWiki/CGI.pm @@ -318,6 +318,7 @@ sub cgi_editpage ($$) { #{{{ action => $config{cgiurl}, table => 0, template => scalar template_params("editpage.tmpl"), + wikiname => $config{wikiname}, ); run_hooks(formbuilder_setup => sub { -- cgit v1.2.3