<<

NAME

Koha::Template::Plugin::KohaNews - TT Plugin for displaying Koha news

SYNOPSIS

[% USE KohaNews %]

[% KohaNews.get() %]

ROUTINES

get

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

AUTHOR

Owen Leonard <oleonard@myacpl.org>

<<