RT#42394: paycvv during cust_payby replace (v4+ only) [fixed paycvv removal]
[freeside.git] / httemplate / elements / header.html
1 % # for testing, disable the page menus/search boxes
2 % if ( $FS::CurrentUser::CurrentUser->option('header-minimal') ) {
3 <& header-minimal.html, @_ &>
4 % } else {
5 <& header-full.html, @_ &>
6 % }