X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4486e3bc8eb00c37cf8029e663eb94b4b9c5346a..ab36799f821da4080a2d53654b36521a03240018:/SL/Layout/Top.pm diff --git a/SL/Layout/Top.pm b/SL/Layout/Top.pm index 075e2f267..a838aeee1 100644 --- a/SL/Layout/Top.pm +++ b/SL/Layout/Top.pm @@ -6,7 +6,7 @@ use parent qw(SL::Layout::Base); sub pre_content { my ($self) = @_; - $self->SUPER::render('menu/header', { partial => 1, no_output => 1 }, + $self->presenter->render('menu/header', now => DateTime->now_local, is_fastcgi => scalar($::dispatcher->interface_type =~ /fastcgi/i), is_links => scalar($ENV{HTTP_USER_AGENT} =~ /links/i));