enhancePostContent/locales/fr/resources.php

18 lines
399 B
PHP
Raw Normal View History

2021-08-23 23:55:52 +00:00
<?php
2021-11-06 13:46:37 +00:00
/**
* @brief enhancePostContent, 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
*/
if (!defined('DC_RC_PATH')) {
return;
}
2021-08-23 23:55:52 +00:00
2022-11-14 19:56:37 +00:00
dcCore::app()->resources['help']['enhancePostContent'] = __DIR__ . '/help/help.html';