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