I'm trying to use template toolkit for notices, as illustrated on
https://wiki.koha-community.org/wiki/Notices_and_Slips_Library#Notices_and_slips_using_template_toolkit

This uses the syntax

[% USE Branches %]

or

[%- USE date -%]

to import ... something.

The wiki page says 'See Koha/Template/Plugin/Branches.pm, as well as other
modules in Koha/Template/Plugin/'

... the modules in Koha/Template/Plugin/ are fairly limited... and 'date'
Isn't one of them (in fact it's calling methods from Date::Manip, which
isn't even part of Koha).

I'm trying to wrap my brain around which modules are available, and how
they're called.

Any pointers would be welcome.

Thanks,

--Barton
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to