20 Sep
2005
20 Sep
'05
11:07 a.m.
Hi again, busy day! hehe :-) Another question. Is it possible to define Link as external URL, not as OTRS action param? like this: # module reg and nav bar $Self->{'Frontend::Module'}->{'TOP10'} = { Description => 'TOP10', NavBarName => 'TOP10', NavBar => [ { Description => 'TOP10 Scoreboard', Name => 'TOP10', Type => 'Menu', Block => 'ItemArea', Image => 'top10.png', Link => 'http://www.google.com', NavBar => 'TOP10', Prio => 310, AccessKey => '', }, ], }; Best regards, --alexm