+
+UPDATE: My latest hack is as follows:
+
+ if ($page eq 'index') {
+ $template->param(toplevelindex => 1);
+ }
+
+And that's something that I'm not actually embarrassed to suggest
+could be accepted upstream. Joey, what do you think? And would a
+proper patch be helpful (it really just adds those lines to the right
+place).
+
+> Fully implemented as a templatefile hook and a [[plugins/pagetemplate]]
+> plugin. --[[Joey]] [[done]]