hide the notify-tickets widget if there are no tickets, or if the user turns it off...
[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 % }