Dotclear

source: plugins/antispam/locales/en/resources.php @ 2329:f679d4ca99b7

Revision 2329:f679d4ca99b7, 1.1 KB checked in by franck <carnet.franck.paul@…>, 12 years ago (diff)

Missing a contextual help on comments list for antispam, addresses #1760

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}
33if (!isset($__resources['help']['antispam_comments']))
34{
35     $__resources['help']['antispam_comments'] = dirname(__FILE__).'/help/comments.html';
36}
Note: See TracBrowser for help on using the repository browser.

Sites map