https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30289

--- Comment #1 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to