Revision 3288,
977 bytes
checked in by kwon, 10 years ago
(diff) |
correction droits
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # |
---|
4 | # This file is part of newsletter, a plugin for Dotclear 2. |
---|
5 | # |
---|
6 | # Copyright (c) 2009-2014 Benoit de Marne and contributors |
---|
7 | # benoit.de.marne@gmail.com |
---|
8 | # Many thanks to Association Dotclear |
---|
9 | # |
---|
10 | # Licensed under the GPL version 2.0 license. |
---|
11 | # A copy of this license is available in LICENSE file or at |
---|
12 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
13 | # |
---|
14 | # -- END LICENSE BLOCK ------------------------------------ |
---|
15 | |
---|
16 | if (!defined('DC_RC_PATH')) { return; } |
---|
17 | |
---|
18 | $this->registerModule( |
---|
19 | /* Name */ |
---|
20 | "Newsletter", |
---|
21 | /* Description*/ |
---|
22 | "Manage your newsletters in Dotclear 2", |
---|
23 | /* Author */ |
---|
24 | "Benoit de Marne", |
---|
25 | /* Version */ |
---|
26 | '3.9.5', |
---|
27 | /* Properties */ |
---|
28 | array( |
---|
29 | 'permissions' => 'newsletter,contentadmin', |
---|
30 | 'type' => 'plugin', |
---|
31 | 'dc_min' => '2.6', |
---|
32 | 'support' => 'http://forum.dotclear.org/viewtopic.php?id=47581', |
---|
33 | 'details' => 'http://plugins.dotaddict.org/dc2/details/newsletter' |
---|
34 | ) |
---|
35 | ); |
---|
36 | |
---|
37 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.