16 lines
403 B
PHP
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';
|
|
}
|