Revision 2203,
787 bytes
checked in by brol, 14 years ago
(diff) |
bug pour alert ie6 corrigé... upgrade en 1.7.2
|
Line | |
---|
1 | <?php |
---|
2 | # -- BEGIN LICENSE BLOCK ---------------------------------- |
---|
3 | # This file is part of Freshy2, a theme for Dotclear. |
---|
4 | # Original WP Theme from Julien de Luca |
---|
5 | # (http://www.jide.fr/francais/) |
---|
6 | # |
---|
7 | # Copyright (c) 2008-2009 |
---|
8 | # Bruno Hondelatte dsls@morefnu.org |
---|
9 | # Pierre Van Glabeke contact@brol.info |
---|
10 | # |
---|
11 | # Licensed under the GPL version 2.0 license. |
---|
12 | # A copy of this license is available in LICENSE file or at |
---|
13 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
14 | # -- END LICENSE BLOCK ------------------------------------ |
---|
15 | |
---|
16 | if (!defined('DC_RC_PATH')) { return; } |
---|
17 | |
---|
18 | $this->registerModule( |
---|
19 | /* Name */ "Freshy v2", |
---|
20 | /* Description*/ "Freshy v2 customizable theme", |
---|
21 | /* Author */ "Bruno Hondelatte, Pierre Van Glabeke, Julien de Luca (original WP theme)", |
---|
22 | /* Version */ '1.7.2' |
---|
23 | ); |
---|
24 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.