Bug 22672: Change <i> to <em> and <b> to <strong> in templates, includes, xslt
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / includes / bodytag.inc
1 [% USE raw %]
2 [% SET classprop  = 'class="' %]
3 [% IF LoginBranchcode.defined %]
4     [% classprop = classprop _ 'branch-' _ LoginBranchcode %]
5 [% ELSE %]
6     [% classprop = classprop _ 'branch-default' %]
7 [% END %]
8 [% IF bodyclass.defined %]
9     [% classprop = classprop _ ' ' _ bodyclass %]
10 [% END %]
11 [% classprop = classprop _ '"' %]
12
13 [% IF bodyid.defined %]
14     [% SET idprop = 'ID="' _ bodyid _ '" ' %]
15 [% END %]
16 <body [%idprop|$raw%][%classprop|$raw%] >