1%%% --- Header and footer
2\fancypagestyle{plain}{%
3\fancyhf{}%
4\renewcommand{\footrulewidth}{0.4pt}
5\renewcommand{\headrulewidth}{0.4pt}
6\fancyhead[LE,RO]{\small\emph{\btitle{}}}%
7\fancyhead[RE,LO]{\small{\emph{\textcolor{btextcolor}{\leftmark}}}}%
8\fancyfoot[C]{\vskip.4\baselineskip\small\textcolor{blightbgcolor}{All trademarks are the property of their respective owners}}
9\fancyfoot[RE,LO]{\small{\emph{\bacula{} \bedition{} v.\version{}}}}
10\fancyfoot[LE,RO]{\small{\emph{\thepage}}}
11\fancyfoot[LE,RO]{\small{\emph{\thepage /\pageref{LastPage}}}}
12}
13
14%%% --- Header and footer
15\pagestyle{plain}
16\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
17\renewcommand{\sectionmark}[1]{\markboth{#1}{}}
18