Files
oav/dotclear._no/plugins/pings/locales/en/resources.php
2023-03-20 12:18:38 +01:00

16 lines
403 B
PHP

<?php
/**
* @package Dotclear
* @subpackage Plugins
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
if (!isset($__resources['help']['pings'])) {
$__resources['help']['pings'] = dirname(__FILE__) . '/help/pings.html';
}
if (!isset($__resources['help']['pings_post'])) {
$__resources['help']['pings_post'] = dirname(__FILE__) . '/help/pings_post.html';
}