1 package SL::Layout::Top;
4 use parent qw(SL::Layout::Base);
9 $self->presenter->render('menu/header',
10 now => DateTime->now_local,
11 is_fastcgi => scalar($::dispatcher->interface_type =~ /fastcgi/i),
12 is_links => scalar($ENV{HTTP_USER_AGENT} =~ /links/i));
16 'frame_header/header.css';
27 SL::Layout::Top - Top line in classic and v3 menu.
31 The entire top line is rendered into a div with id C<frame-header>. The following classes are used:
33 frame-header-element: any continuous block of entries
34 frame-header-left: the left floating part
35 frame-header-right: the right floating part
36 frame-header-center: the centered part
44 Sven Schoeling E<lt>s.schoeling@linet-services.deE<gt>