-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_define.php
More file actions
30 lines (28 loc) · 857 Bytes
/
_define.php
File metadata and controls
30 lines (28 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of Freshy2, a theme for Dotclear.
# Original WP Theme from Julien de Luca
# (http://www.jide.fr/francais/)
#
# Copyright (c) 2008-2018
# Bruno Hondelatte dsls@morefnu.org
# Pierre Van Glabeke contact@brol.info
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
if (!defined('DC_RC_PATH')) {
return;
}
$this->registerModule(
'Freshy v2',
'Freshy v2 customizable theme',
'Bruno Hondelatte, Pierre Van Glabeke, Julien de Luca (original WP theme)',
'2.1-dev',
[
'requires' => [['core', '2.26']],
'type' => 'theme',
'tplset' => 'mustek',
]
);