2022-11-27 13:51:46 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2023-10-15 10:07:19 +00:00
|
|
|
* @file
|
|
|
|
* @brief The plugin alias resources
|
|
|
|
* @ingroup alias
|
2022-11-27 13:51:46 +00:00
|
|
|
*
|
2023-10-15 10:07:19 +00:00
|
|
|
* @author Olivier Meunier (author)
|
|
|
|
* @author Jean-Christian Denis (latest)
|
|
|
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
2022-11-27 13:51:46 +00:00
|
|
|
*/
|
2023-10-15 10:07:19 +00:00
|
|
|
\Dotclear\App::backend()->resources()->set('help', 'alias', __DIR__ . '/help/help.html');
|