2018-02-19 18:10:58 +00:00
|
|
|
<?php
|
|
|
|
# -- BEGIN LICENSE BLOCK ----------------------------------
|
|
|
|
# This file is part of dcAdvancedCleaner, a plugin for Dotclear 2.
|
|
|
|
#
|
|
|
|
# Copyright (c) 2009 JC Denis and contributors
|
|
|
|
# jcdenis@gdwd.com
|
|
|
|
#
|
|
|
|
# Licensed under the GPL version 2.0 license.
|
|
|
|
# A copy of this license is available in LICENSE file or at
|
|
|
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
|
|
# -- END LICENSE BLOCK ------------------------------------
|
|
|
|
if (!defined('DC_RC_PATH')){return;}
|
|
|
|
if (!isset($__resources['help']['dcAdvancedCleaner']))
|
|
|
|
{
|
2021-09-06 22:09:09 +00:00
|
|
|
$__resources['help']['dcAdvancedCleaner'] = dirname(__FILE__).'/help/dcAdvancedCleaner.html';
|
2018-02-19 18:10:58 +00:00
|
|
|
}
|