Revision 2680,
592 bytes
checked in by brol, 13 years ago
(diff) |
Version 1.2 - mise à plat des behaviours - allègement du code - exclude_current
|
Rev | Line | |
---|
[2326] | 1 | <?php |
---|
| 2 | /* BEGIN LICENSE BLOCK |
---|
| 3 | This file is part of Corpoweeeb, a theme for Dotclear. |
---|
| 4 | |
---|
| 5 | Copyright (c) 2010 |
---|
[2347] | 6 | Weeeb (http://www.weeeb.fr) |
---|
[2326] | 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( |
---|
[2521] | 17 | /* Name */ "CorpoWeeeb", |
---|
[2326] | 18 | /* Description*/ "Thème corporate", |
---|
| 19 | /* Author */ "Weeeb (http://www.weeeb.fr) - Pierre Van Glabeke", |
---|
[2680] | 20 | /* Version */ '1.2' |
---|
| 21 | /* date 27092010 */ |
---|
[2326] | 22 | ); |
---|
| 23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.