Lines 61-69
Koha::Template::Plugin::Categories - TT Plugin for categories
Link Here
|
61 |
|
61 |
|
62 |
=head2 all |
62 |
=head2 all |
63 |
|
63 |
|
64 |
In a template, you can get the all categories with |
64 |
In a template, you can get all the categories with |
65 |
the following TT code: [% Categories.all() %] |
65 |
the following TT code: [% Categories.all() %] |
66 |
|
66 |
|
|
|
67 |
=head2 limited |
68 |
|
69 |
In a template, you can get the categories with library limits applied with |
70 |
the following TT code: [% Categories.limited() %] |
71 |
|
67 |
=head2 GetName |
72 |
=head2 GetName |
68 |
|
73 |
|
69 |
In a template, you can get the name of a patron category using |
74 |
In a template, you can get the name of a patron category using |
70 |
- |
|
|