#===================================================================== # LedgerSMB # Small Medium Business Accounting software # http://sourceforge.net/projects/ledger-smb/ # # # See COPYRIGHT file for copyright information #====================================================================== # # This file has undergone whitespace cleanup. # #====================================================================== # # two frame layout with refractured menu # ####################################################################### $menufile = "menu.ini"; use LedgerSMB::Menu; 1; # end of main sub display { $menuwidth = ($ENV{HTTP_USER_AGENT} =~ /links/i) ? "240" : "155"; $menuwidth = $myconfig{menuwidth} if $myconfig{menuwidth}; $form->header(!$form->{duplicate}); print qq|