Revision 2640:489437dde4f5,
653 bytes
checked in by Anne Kozlika <kozlika@…>, 12 years ago
(diff) |
New default theme BERLIN, first commit.
Needs A LOT of clean-up and to be enhanced.
|
|
Rev | Line | |
---|
[2640] | 1 | <?php |
---|
| 2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
| 3 | # This file is part of Currywurst, a theme for Dotclear |
---|
| 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 | |
---|
| 12 | if (!defined('DC_RC_PATH')) { return; } |
---|
| 13 | |
---|
| 14 | $this->registerModule( |
---|
| 15 | /* Name */ "Berlin", |
---|
| 16 | /* Description*/ "Dotclear > 2.7 default theme", |
---|
| 17 | /* Author */ "Dotclear Team", |
---|
| 18 | /* Version */ '1.0', |
---|
| 19 | /* Properties */ array( |
---|
| 20 | 'type' => 'theme', |
---|
| 21 | 'tplset' => 'currywurst' |
---|
| 22 | ) |
---|
| 23 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.