source:
themes/ductile/_define.php
@
611:521ff11c777e
| Revision 611:521ff11c777e, 571 bytes checked in by Franck <carnet.franck.paul@…>, 14 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
| 3 | # |
| 4 | # Copyright (c) Association Dotclear |
| 5 | # Licensed under the GPL version 2.0 license. |
| 6 | # See LICENSE file or |
| 7 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
| 8 | # |
| 9 | # -- END LICENSE BLOCK ----------------------------------------- |
| 10 | if (!defined('DC_RC_PATH')) { return; } |
| 11 | |
| 12 | $this->registerModule( |
| 13 | /* Name */ "Ductile", |
| 14 | /* Description*/ "Chantier pour un nouveau theme", |
| 15 | /* Author */ "Dotclear Team", |
| 16 | /* Version */ '0.8', |
| 17 | /* Properties */ array( |
| 18 | 'standalone_config' => true |
| 19 | ) |
| 20 | ); |
| 21 | ?> |
Note: See TracBrowser
for help on using the repository browser.
