more robust testing platform, #37340
[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 % }