|
Lines 10-17
Link Here
|
| 10 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
10 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
| 11 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
11 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
| 12 |
|
12 |
|
| 13 |
[% SET borrower_club_enrollments = logged_in_user.get_club_enrollments(1) %] |
13 |
[% SET borrower_club_enrollments = logged_in_user.get_club_enrollments %] |
| 14 |
[% SET borrower_enrollable_clubs = logged_in_user.get_enrollable_clubs(1,1) %] |
14 |
[% SET borrower_enrollable_clubs = logged_in_user.get_enrollable_clubs(1) %] <!-- 1 => OPAC --> |
| 15 |
|
15 |
|
| 16 |
[% INCLUDE 'doc-head-open.inc' %] |
16 |
[% INCLUDE 'doc-head-open.inc' %] |
| 17 |
<title>Your library home › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
17 |
<title>Your library home › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
| 18 |
- |
|
|