<<

NAME

Koha::Manual - Build links to the documentation

API

Class Methods

_get_help_version

Return the version to use. Either the system preference "Version", or the last version.major value if using unstable.

_get_base_url

Return the base URL to use.

Use system preferences 'KohaManualLanguage' and 'KohaManualBaseURL' to properly build the URL.

get_url

    my $koha_manual_url = Koha::Manual::get_url($referer, $lang);

Return the external URL to the manual for the $url passed in parameter

<<