-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_define.php
More file actions
31 lines (29 loc) · 835 Bytes
/
_define.php
File metadata and controls
31 lines (29 loc) · 835 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
31
<?php
/**
* @brief NeoDark, a theme for Dotclear 2
*
* CSS heavily based on the design by https://lord.re/ - CC4-BY-SA
*
* @package Dotclear
* @subpackage Themes
*
* @copyright Franck Paul (contact@open-time.net)
* @copyright GPL-2.0
*/
$this->registerModule(
'NeoDark',
'NeoDark theme for Dotclear 2 - design by https://lord.re/',
'Franck Paul',
'7.0',
[
'date' => '2025-09-07T14:20:31+0200',
'requires' => [['core', '2.36']],
'type' => 'theme',
'tplset' => 'dotty',
'overload' => true,
'details' => 'https://open-time.net/?q=neodark',
'support' => 'https://github.com/franck-paul/neodark',
'repository' => 'https://raw.githubusercontent.com/franck-paul/neodark/main/dcstore.xml',
'license' => 'gpl2',
]
);