X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=6df45fb079da1b913c3a682bbc6dc1a683b45cd5;hp=1d7bf09ab4f5058c806c18e8d323dbac0da8979e;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=a7319715290dccc7beb414de8d2de24230278a13 diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 1d7bf09ab..6df45fb07 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -1,19 +1,7 @@ -<% - my($title, $menubar) = @_; - my $etc = @_ ? shift : ''; #$etc is for things like onLoad= etc. -%> - - - - <%= $title %> - - - - - - > - - <%= $title %> - -

- <%= $menubar ? "$menubar

" : '' %> +% # for testing, disable the page menus/search boxes +% if ( $FS::CurrentUser::CurrentUser->option('header-minimal') ) { +<& header-minimal.html, @_ &> +% } else { +<& header-full.html, @_ &> +% } +<& /misc/edge_browser_check-header.html &>