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; } if (!defined('DC_RC_PATH')) { return; }
$this->registerModule( $this->registerModule(
/* Name */ 'Arlequin', 'Arlequin',
/* Description*/ 'Allows visitors choose a theme', 'Allows visitors choose a theme',
/* Author */ 'Oleksandr Syenchuk, Pierre Van Glabeke', 'Oleksandr Syenchuk, Pierre Van Glabeke',
/* Version */ '1.4', '1.5',
/* Properties */ [
array( 'requires' => [['core', '2.19']],
'permissions' => 'contentadmin', 'permissions' => 'contentadmin',
'type' => 'plugin', 'type' => 'plugin',
'dc_min' => '2.19', 'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345',
'support' => 'http://forum.dotclear.org/viewtopic.php?id=48345', 'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin'
'details' => 'http://plugins.dotaddict.org/dc2/details/arlequin' ]
) );
);