<<

NAME

Koha::Template::Plugin::JSConsents - TT Plugin for Javascript consents Provided by CookieConsentedJS syspref

SYNOPSIS

[% USE JSConsents %]

[% JSConsents.all() %]

ROUTINES

all

In a template, you can get the all Javascript snippets that require consent using the following TT: [% JSConsents.all() %] The consents are returned in an array of hashes

AUTHOR

Andrew Isherwood <andrew.isherwood@ptfs-europe.com>

<<