Revision 810:143528f926c6,
643 bytes
checked in by franck <carnet.franck.paul@…>, 13 years ago
(diff) |
Ductile theme 1.1 : Add optional logo URL in configuration. A media selector should be nice but I don't know how to implement it, until now.
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
3 | # This file is part of Ductile, a theme for Dotclear |
---|
4 | # |
---|
5 | # Copyright (c) 2011 - 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 */ "Ductile", |
---|
15 | /* Description*/ "Mediaqueries compliant elegant theme", |
---|
16 | /* Author */ "Dotclear Team", |
---|
17 | /* Version */ '1.1', |
---|
18 | /* Properties */ array( |
---|
19 | 'standalone_config' => true |
---|
20 | ) |
---|
21 | ); |
---|
22 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.