Revision 9218e5a1
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/Menu.pm | ||
---|---|---|
|
||
my ($type, $menufile) = @_;
|
||
|
||
return $instance if $instance;
|
||
if ($instance) {
|
||
$::lxdebug->leave_sub;
|
||
return $instance;
|
||
}
|
||
|
||
my $self = {};
|
||
my $inifile = Inifile->new($menufile);
|
bin/mozilla/menu.pl | ||
---|---|---|
|
||
my $sections = [ section_menu($menu) ];
|
||
|
||
$::lxdebug->leave_sub;
|
||
$::form->parse_html_template('menu/menu', {
|
||
sections => $sections,
|
||
inline => 1,
|
Auch abrufbar als: Unified diff
debug enter/leave_sub balanciert