2015-04-22 13:29:49 +00:00
|
|
|
<?php
|
|
|
|
/***************************************************************\
|
|
|
|
* This is 'Arlequin', a plugin for Dotclear 2 *
|
|
|
|
* *
|
|
|
|
* Copyright (c) 2007,2010 *
|
|
|
|
* Oleksandr Syenchuk and contributors. *
|
|
|
|
* *
|
|
|
|
* This is an open source software, distributed under the GNU *
|
|
|
|
* General Public License (version 2) terms and conditions. *
|
|
|
|
* *
|
|
|
|
* You should have received a copy of the GNU General Public *
|
|
|
|
* License along with 'Arlequin' (see COPYING.txt); *
|
|
|
|
* if not, write to the Free Software Foundation, Inc., *
|
|
|
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
|
|
|
|
\***************************************************************/
|
2018-01-23 02:37:27 +00:00
|
|
|
if (!defined('DC_RC_PATH')){return;}
|
2015-04-22 13:29:49 +00:00
|
|
|
if (!isset($__resources['help']['arlequin']))
|
|
|
|
{
|
|
|
|
$__resources['help']['arlequin'] = dirname(__FILE__).'/help/arlequin.html';
|
|
|
|
}
|