Revision 3011,
831 bytes
checked in by kwon, 13 years ago
(diff) |
Newsletter : 3.8.0rc
' revu de la nomenclature des fichiers dotclear
' quelques autres corrections
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # This file is part of Newsletter, a plugin for Dotclear. |
---|
4 | # |
---|
5 | # Copyright (c) 2009-2011 Benoit de Marne. |
---|
6 | # benoit.de.marne@gmail.com |
---|
7 | # Many thanks to Association Dotclear and special thanks to Olivier Le Bris |
---|
8 | # |
---|
9 | # Licensed under the GPL version 2.0 license. |
---|
10 | # A copy of this license is available in LICENSE file or at |
---|
11 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
12 | # -- END LICENSE BLOCK ------------------------------------ |
---|
13 | |
---|
14 | if (!defined('DC_RC_PATH')) { return; } |
---|
15 | |
---|
16 | $this->registerModule( |
---|
17 | /* Name */ "Newsletter", |
---|
18 | /* Description*/ "Manage your newsletters in Dotclear 2", |
---|
19 | /* Author */ "Benoit de Marne", |
---|
20 | /* Version */ "3.8.0rc9", |
---|
21 | /* Permissions */ "usage,contentadmin", |
---|
22 | /* Priority */ null |
---|
23 | ); |
---|
24 | |
---|
25 | /* Original Author (3.4.2) : Olivier Le Bris */ |
---|
26 | |
---|
27 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.