<<

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

AUTHOR

Jonathan Druart <jonathan.druart@biblibre.com>

<<