Revision 1534,
689 bytes
checked in by kwon, 14 years ago
(diff) |
Newsletter (closes #251 : correction planification impossible pour profil admin en multi-blog)
|
Rev | Line | |
---|
[777] | 1 | <?php |
---|
[898] | 2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
| 3 | # This file is part of Newsletter, a plugin for Dotclear. |
---|
| 4 | # |
---|
| 5 | # Copyright (c) 2009 Benoit de Marne |
---|
| 6 | # benoit.de.marne@gmail.com |
---|
| 7 | # |
---|
| 8 | # Licensed under the GPL version 2.0 license. |
---|
| 9 | # A copy of this license is available in LICENSE file or at |
---|
| 10 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
| 11 | # -- END LICENSE BLOCK ------------------------------------ |
---|
[833] | 12 | |
---|
[777] | 13 | $this->registerModule( |
---|
[821] | 14 | /* Name */ "Newsletter", |
---|
[870] | 15 | /* Description*/ "Manager newsletter", |
---|
[898] | 16 | /* Author */ "Benoit de Marne", |
---|
[1534] | 17 | /* Version */ "3.6.0rc2", |
---|
[777] | 18 | /* Permissions */ "usage,contentadmin", |
---|
| 19 | /* Priority */ null |
---|
| 20 | ); |
---|
| 21 | |
---|
[1038] | 22 | /* Original Author (3.4.2) : Olivier Le Bris */ |
---|
[898] | 23 | |
---|
[858] | 24 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.