<<

NAME

    Koha::Templates - Object for manipulating templates for use with Koha

NAME

C4::Templates - Functions for managing templates

FUNCTIONS

getlanguagecookie

    my $cookie = getlanguagecookie($query,$language);

Returns a cookie object containing the calculated language to be used.

getlanguage

    Select a language based on the URL parameter 'language', a cookie,
    syspref available languages & browser

<<