RT# 75817 - added new file to hold javascript for password validation
[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 % }