Revision 2609,
592 bytes
checked in by brol, 13 years ago
(diff) |
ajustements plugin subscribetocomments
|
Line | |
---|
1 | <?php |
---|
2 | /* BEGIN LICENSE BLOCK |
---|
3 | This file is part of Corpoweeeb, a theme for Dotclear. |
---|
4 | |
---|
5 | Copyright (c) 2010 |
---|
6 | Weeeb (http://www.weeeb.fr) |
---|
7 | Pierre Van Glabeke pvg@weeeb.fr |
---|
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 */ "CorpoWeeeb", |
---|
18 | /* Description*/ "Thème corporate", |
---|
19 | /* Author */ "Weeeb (http://www.weeeb.fr) - Pierre Van Glabeke", |
---|
20 | /* Version */ '1.1' |
---|
21 | /* date 31082010 */ |
---|
22 | ); |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.