X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fheader.html;h=6df45fb079da1b913c3a682bbc6dc1a683b45cd5;hp=581bbabc776acc82dfb45b6a7dae51beffc0ff97;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=eb9668a6f3181ee02cb335272c5ee4616e61fd09 diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 581bbabc7..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 &>