<<

NAME

Koha::Template::Plugin::NoticeTemplates - TT Plugin for notice templates

SYNOPSIS

[% USE NoticeTemplates %]

[% NoticeTemplates.GetByModule('members') %]

ROUTINES

GetByModule

In a template, you can get notice templates by module with [% letters = NoticeTemplates.GetByModule( 'members' ) %]

AUTHOR

Alex Arnaud <alex.arnaud@biblibre.com>

<<