Current oav website
This commit is contained in:
25
dotclear._no/plugins/themeEditor/_define.php
Normal file
25
dotclear._no/plugins/themeEditor/_define.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* @brief themeEditor, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!defined('DC_RC_PATH')) {return;}
|
||||
|
||||
$this->registerModule(
|
||||
"themeEditor", // Name
|
||||
"Theme Editor", // Description
|
||||
"Olivier Meunier", // Author
|
||||
'1.3', // Version
|
||||
[
|
||||
'type' => 'plugin',
|
||||
'settings' => [
|
||||
'pref' => '#user-options.themeEditor_prefs'
|
||||
]
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user