summaryrefslogtreecommitdiff
path: root/httemplate/elements/header.html
blob: c6b10e30155ee3df17c0cbf6a1faa8aee2af7020 (plain)
1
2
3
4
5
6
% # for testing, disable the page menus/search boxes
% if ( $FS::CurrentUser::CurrentUser->option('header-minimal') ) {
<& header-minimal.html, @_ &>
% } else {
<& header-full.html, @_ &>
% }