2015-04-22 13:29:49 +00:00
|
|
|
<?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */
|
|
|
|
/***************************************************************\
|
|
|
|
* This is 'Arlequin', a plugin for Dotclear 2 *
|
|
|
|
* *
|
|
|
|
* Copyright (c) 2007,2015 *
|
|
|
|
* Oleksandr Syenchuk and contributors. *
|
|
|
|
* *
|
|
|
|
* This is an open source software, distributed under the GNU *
|
|
|
|
* General Public License (version 2) terms and conditions. *
|
|
|
|
* *
|
|
|
|
* You should have received a copy of the GNU General Public *
|
|
|
|
* License along with 'Arlequin' (see COPYING.txt); *
|
|
|
|
* if not, write to the Free Software Foundation, Inc., *
|
|
|
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
|
|
|
|
\***************************************************************/
|
|
|
|
if (!defined('DC_RC_PATH')) { return; }
|
|
|
|
|
|
|
|
$this->registerModule(
|
2021-09-17 20:44:21 +00:00
|
|
|
'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'
|
|
|
|
]
|
|
|
|
);
|