-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_define.php
More file actions
executable file
·29 lines (27 loc) · 827 Bytes
/
_define.php
File metadata and controls
executable file
·29 lines (27 loc) · 827 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
<?php
/**
* @brief zh2 auto, a theme for Dotclear 2
*
* @package Dotclear
* @subpackage Themes
*
* @copyright Franck Paul (contact@open-time.net)
* @copyright GPL-2.0
*/
$this->registerModule(
'zh2_auto',
'Zen habits (based on eponym Wordpress theme designed by Leo Babuta)',
'Franck Paul',
'8.0',
[
'date' => '2025-09-07T14:22:18+0200',
'requires' => [['core', '2.36']],
'type' => 'theme',
'information_config' => true,
'overload' => true,
'details' => 'https://open-time.net/?q=zh2_auto',
'support' => 'https://github.com/franck-paul/zh2_auto',
'repository' => 'https://raw.githubusercontent.com/franck-paul/zh2_auto/main/dcstore.xml',
'license' => 'gpl2',
]
);