Seditio Source
Root |
./othercms/dotclear-2.22/themes/default/_define.php
<?php
/**
 * @brief Blowup, 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(
   
'Blowup',                                     // Name
   
'Default Dotclear theme, fully customizable', // Description
   
'Marco & Olivier',                            // Author
   
'1.0',                                        // Version
   
[
       
'type' => 'theme',
    ]
);