14 Mar
2022
14 Mar
'22
7:01 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30289 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 131649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131649&action=edit Koha Wrapper Template Toolkit File This is a first draft of a wrapper that can be used to provide the boiler plate for an OPAC page. Using the WRAPPER directive (http://www.template-toolkit.org/docs/manual/Directives.html#section_WRAPPER), we can reference it from opac-blah.tt using the following: [% WRAPPER koha_wrapper.inc bodyid="opac-blah" columns="two_leftside" %] This is my page content [% END %] -- You are receiving this mail because: You are watching all bug changes.