Revision 1932,
598 bytes
checked in by Osku, 13 years ago
(diff) |
Theme Walou-Walou : show a ★ if the post is selected (instead of a classic * ) in all context now.
|
Rev | Line | |
---|
[1914] | 1 | <?php |
---|
| 2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
| 3 | # |
---|
| 4 | # This file is part of walouwalou, a theme for Dotclear 2. |
---|
| 5 | # |
---|
| 6 | # Copyright (c) 2009 Osku |
---|
| 7 | ## Licensed under the GPL version 2.0 license. |
---|
| 8 | # A copy of this license is available in LICENSE file or at |
---|
| 9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
| 10 | # |
---|
| 11 | # -- END LICENSE BLOCK ------------------------------------ |
---|
| 12 | if (!defined('DC_RC_PATH')) { return; } |
---|
| 13 | |
---|
| 14 | $this->registerModule( |
---|
| 15 | /* Name */ "Walou-Walou", |
---|
| 16 | /* Description*/ "Grid Theme with a funny name", |
---|
| 17 | /* Author */ "Osku", |
---|
[1932] | 18 | /* Version */ '0.2.1' |
---|
[1914] | 19 | ); |
---|
| 20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.