%
% my($title, $menubar) = ( shift, shift ); #$menubar is unused here though
% my $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc.
% my $head = @_ ? shift : ''; #$head is for things that go in the
section
% my $conf = new FS::Conf;
%
<% $title |h %>
<% $head %>
>