fac/locales/en/resources.php

18 lines
368 B
PHP
Raw Normal View History

2021-08-20 15:44:19 +00:00
<?php
2022-12-21 22:50:09 +00:00
/**
* @brief fac, a plugin for Dotclear 2
*
* @package Dotclear
* @subpackage Plugin
*
* @author Jean-Christian Denis and Contributors
*
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
2021-08-20 16:39:12 +00:00
if (!defined('DC_RC_PATH')) {
return;
}
2021-08-20 15:44:19 +00:00
2022-11-20 20:13:56 +00:00
dcCore::app()->resources['help']['fac'] = __DIR__ . '/help/fac.html';