|
Lines 3-9
Link Here
|
| 3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
| 4 |
[% PROCESS 'display-library-address.inc' %] |
4 |
[% PROCESS 'display-library-address.inc' %] |
| 5 |
[% USE AdditionalContents %] |
5 |
[% USE AdditionalContents %] |
| 6 |
[% SET OpacLibraryInfo = AdditionalContents.get( location => "OpacLibraryInfo", lang => lang, library => library.branchcode || branchcode, blocktitle => 0 ) %] |
6 |
[% IF library %][% SET OpacLibraryInfo = library.opac_info( lang => lang ) %][% END %] |
| 7 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
7 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 8 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
|
Lines 37-43
Link Here
|
| 37 |
|
37 |
|
| 38 |
[% BLOCK library_description %] |
38 |
[% BLOCK library_description %] |
| 39 |
<div property="description"> |
39 |
<div property="description"> |
| 40 |
[% PROCESS koha_news_block news => OpacLibraryInfo %] |
40 |
[% IF OpacLibraryInfo %][% OpacLibraryInfo.content | $raw %][% END %] |
| 41 |
</div> |
41 |
</div> |
| 42 |
[% END %] |
42 |
[% END %] |
| 43 |
|
43 |
|
| 44 |
- |
|
|