Update _define.php

master
Pierre 2021-09-17 22:44:21 +02:00 committed by GitHub
parent 987d6dfff9
commit b82735227e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 13 deletions

View File

@ -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'
]
);