Revision 3531:f2de7e462b78,
642 bytes
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
Using theme\<theme_name> namespace for _public.php and _prepend.php, in order to simplify theme copy and hack
|
|
Rev | Line | |
---|
[2640] | 1 | <?php |
---|
| 2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
[3427] | 3 | # This file is part of Berlin, a theme for Dotclear |
---|
[2640] | 4 | # |
---|
| 5 | # Copyright (c) Association Dotclear |
---|
| 6 | # Licensed under the GPL version 2.0 license. |
---|
| 7 | # See LICENSE file or |
---|
| 8 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
| 9 | # |
---|
| 10 | # -- END LICENSE BLOCK ----------------------------------------- |
---|
| 11 | if (!defined('DC_RC_PATH')) { return; } |
---|
| 12 | |
---|
| 13 | $this->registerModule( |
---|
| 14 | /* Name */ "Berlin", |
---|
[3427] | 15 | /* Description*/ "Dotclear 2.7+ default theme", |
---|
[2640] | 16 | /* Author */ "Dotclear Team", |
---|
[3531] | 17 | /* Version */ '1.2', |
---|
[2640] | 18 | /* Properties */ array( |
---|
| 19 | 'type' => 'theme', |
---|
[3425] | 20 | 'tplset' => 'dotty' |
---|
[2640] | 21 | ) |
---|
| 22 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.