Dotclear

source: plugins/antispam/locales/en/resources.php @ 2322:a75984c93a86

Revision 2322:a75984c93a86, 1.0 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Second step of contextual helps, closes #1760, now the help has to be completed.

Line 
1<?php
2# -- BEGIN LICENSE BLOCK ---------------------------------------
3#
4# This file is part of Dotclear 2.
5#
6# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
7# Licensed under the GPL version 2.0 license.
8# See LICENSE file or
9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10#
11# -- END LICENSE BLOCK -----------------------------------------
12
13if (!isset($__resources['help']['antispam']))
14{
15     $__resources['help']['antispam'] = dirname(__FILE__).'/help/help.html';
16}
17if (!isset($__resources['help']['antispam-filters']))
18{
19     $__resources['help']['antispam-filters'] = dirname(__FILE__).'/help/filters.html';
20}
21if (!isset($__resources['help']['ip-filter']))
22{
23     $__resources['help']['ip-filter'] = dirname(__FILE__).'/help/ip.html';
24}
25if (!isset($__resources['help']['iplookup-filter']))
26{
27     $__resources['help']['iplookup-filter'] = dirname(__FILE__).'/help/iplookup.html';
28}
29if (!isset($__resources['help']['words-filter']))
30{
31     $__resources['help']['words-filter'] = dirname(__FILE__).'/help/words.html';
32}
33
34?>
Note: See TracBrowser for help on using the repository browser.

Sites map