<<

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 ) %].

AUTHOR

Jonathan Druart <jonathan.druart@biblibre.com>

<<