web commit by cworth

master
joey 2007-07-03 18:42:08 +00:00
parent 7851a63fd8
commit 879f3a7bf3
1 changed files with 12 additions and 0 deletions

View File

@ -27,3 +27,15 @@ pursue implementing this feature further myself.
But I'd still happily switch to using this feature if someone were to But I'd still happily switch to using this feature if someone were to
implement it. implement it.
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).