![]() ![]() | ![]() |
version 1.244, 2009/11/18 11:18:23 | version 1.245, 2009/11/18 11:47:32 |
---|---|
Line 1473 returns: nothing | Line 1473 returns: nothing |
push @{$tools{$category}}, $html; | push @{$tools{$category}}, $html; |
} | } |
sub clear_breadcrumb_tools { | |
undef(%tools); | |
} | |
sub add_tools { | sub add_tools { |
my ($links) = @_; | my ($links) = @_; |
return unless defined %tools; | return unless defined %tools; |