Revision a8814e0e
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Controller/Layout/Top.pm | ||
---|---|---|
3 | 3 |
use strict; |
4 | 4 |
use parent qw(SL::Controller::Layout::Base); |
5 | 5 |
|
6 |
sub render {
|
|
6 |
sub pre_content {
|
|
7 | 7 |
my ($self) = @_; |
8 | 8 |
|
9 | 9 |
$self->SUPER::render('menu/header', { partial => 1, no_output => 1 }, |
Auch abrufbar als: Unified diff
besseres interface und delegating für layouts, inline accessoren
html menü in footer verschoben