MenuLeft muss als partial rendern
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 16 Oct 2012 11:36:52 +0000 (13:36 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:03:26 +0000 (16:03 +0200)
SL/Layout/MenuLeft.pm

index a171ed1..d78f0e6 100644 (file)
@@ -14,7 +14,7 @@ sub stylesheets {
 sub javascripts_inline {
   my $self = shift;
   my $sections = [ section_menu($self->menu) ];
-  $self->render('menu/menu', { no_menu => 1, no_output => 1 },
+  $self->render('menu/menu', { partial => 1, no_output => 1 },
     sections  => $sections,
   )
 }