2021-08-25 23:06:22 +00:00
|
|
|
<?php
|
2021-11-06 15:43:02 +00:00
|
|
|
/**
|
2023-10-19 18:32:57 +00:00
|
|
|
* @file
|
|
|
|
* @brief The plugin kUtRL locales resources
|
|
|
|
* @ingroup kUtRL
|
2021-11-06 15:43:02 +00:00
|
|
|
*
|
2023-10-19 18:32:57 +00:00
|
|
|
* @author Jean-Christian Denis (author)
|
|
|
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
2021-11-06 15:43:02 +00:00
|
|
|
*/
|
2023-10-19 18:32:57 +00:00
|
|
|
\Dotclear\App::backend()->resources()->set('help', 'kUtRL', __DIR__ . '/help/help.html');
|