23 lines
449 B
PHP
23 lines
449 B
PHP
<?php
|
|
/**
|
|
* @brief blueSilence, a theme for Dotclear 2
|
|
*
|
|
* @package Dotclear
|
|
* @subpackage Themes
|
|
*
|
|
* @copyright Olivier Meunier & Association Dotclear
|
|
* @copyright GPL-2.0-only
|
|
*/
|
|
|
|
if (!defined('DC_RC_PATH')) {return;}
|
|
|
|
$this->registerModule(
|
|
"Blue Silence", // Name
|
|
"Dotclear Theme", // Description
|
|
"Marco / marcarea.com", // Author
|
|
'1.0', // Version
|
|
[
|
|
'type' => 'theme'
|
|
]
|
|
);
|