Revision 3bed1283
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
SL/Layout/V3.pm | ||
---|---|---|
6 | 6 |
use SL::Layout::None; |
7 | 7 |
use SL::Layout::Top; |
8 | 8 |
use SL::Layout::CssMenu; |
9 |
use SL::Layout::ActionBar; |
|
9 | 10 |
use SL::Layout::Content; |
10 | 11 |
|
11 | 12 |
sub init_sub_layouts { |
13 |
$_[0]->sub_layouts_by_name->{actionbar} = SL::Layout::ActionBar->new; |
|
14 |
|
|
12 | 15 |
[ |
13 | 16 |
SL::Layout::None->new, |
14 | 17 |
SL::Layout::Top->new, |
15 | 18 |
SL::Layout::CssMenu->new, |
19 |
$_[0]->sub_layouts_by_name->{actionbar}, |
|
16 | 20 |
SL::Layout::Content->new, |
17 | 21 |
] |
18 | 22 |
} |
Auch abrufbar als: Unified diff
ActionBar: V3 Layout