Layouts eingeführt
[kivitendo-erp.git] / SL / Controller / Layout / None.pm
1 package SL::Controller::Layout::None;
2
3 use strict;
4 use parent qw(SL::Controller::Layout::Base);
5
6 1;