Update _define.php
parent
987d6dfff9
commit
b82735227e
25
_define.php
25
_define.php
|
@ -16,16 +16,15 @@
|
|||
if (!defined('DC_RC_PATH')) { return; }
|
||||
|
||||
$this->registerModule(
|
||||
/* Name */ 'Arlequin',
|
||||
/* Description*/ 'Allows visitors choose a theme',
|
||||
/* Author */ 'Oleksandr Syenchuk, Pierre Van Glabeke',
|
||||
/* Version */ '1.4',
|
||||
/* Properties */
|
||||
array(
|
||||
'permissions' => 'contentadmin',
|
||||
'type' => 'plugin',
|
||||
'dc_min' => '2.19',
|
||||
'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345',
|
||||
'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin'
|
||||
)
|
||||
);
|
||||
'Arlequin',
|
||||
'Allows visitors choose a theme',
|
||||
'Oleksandr Syenchuk, Pierre Van Glabeke',
|
||||
'1.5',
|
||||
[
|
||||
'requires' => [['core', '2.19']],
|
||||
'permissions' => 'contentadmin',
|
||||
'type' => 'plugin',
|
||||
'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345',
|
||||
'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin'
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue