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