RT# 78617 - updated redirect to freeside_status to show update message
[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 % }