<<

NAME

Koha::Template::Plugin::Categories - TT Plugin for categories

SYNOPSIS

[% USE Categories %]

[% Categories.all() %]

ROUTINES

all

In a template, you can get the all categories with the following TT code: [% Categories.all() %]

GetName

In a template, you can get the name of a patron category using [% Categories.GetName( categorycode ) %].

can_any_reset_password

Returns true is any patron category has the effective_reset_password evaluate to true. Returns false otherwise.

AUTHOR

Jonathan Druart <jonathan.druart@biblibre.com>

<<