<%args> $title => undef $show_home_button => 1 <%init> $r->headers_out->{'Pragma'} = 'no-cache'; $r->headers_out->{'Cache-control'} = 'no-cache'; my $head = ''; my $etc = ''; <& /elements/header.html, { 'title' => $title, 'head' => $head, 'etc' => $etc, 'nocss' => 1, 'nobr' => 1, 'mobile' => 1, } &> % if ( 0 ) { # Disabled in favor of Freeside header <%$title%> % if ($show_home_button) { % # The align is for older browsers, like the blackberry
<&|/l&>Homepage
% } % if ($title) {

<%$title%>

% } % } # disabled