Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
499 B

[% USE raw %]
[% USE Branches %]
[% SET classprop = 'class="' %]
[% IF Branches.GetLoggedInBranchcode %]
[% classprop = classprop _ 'branch-' _ Branches.GetLoggedInBranchcode %]
[% ELSE %]
[% classprop = classprop _ 'branch-default' %]
[% END %]
[% IF bodyclass.defined %]
[% classprop = classprop _ ' ' _ bodyclass %]
[% END %]
[% classprop = classprop _ '"' %]
[% IF bodyid.defined %]
[% SET idprop = 'ID="' _ bodyid _ '" ' %]
[% END %]
<body [%idprop|$raw%][%classprop|$raw%] >