11 lines
277 B
PHP
11 lines
277 B
PHP
<?php
|
|
/**
|
|
* @file
|
|
* @brief The plugin fac resources
|
|
* @ingroup fac
|
|
*
|
|
* @author Jean-Christian Denis
|
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
|
*/
|
|
\Dotclear\App::backend()->resources()->set('help', 'fac', __DIR__ . '/help/fac.html');
|