Files
oav/dotclear._no/themes/berlin/_define.php
2023-03-20 12:18:38 +01:00

24 lines
546 B
PHP
Executable File

<?php
/**
* @brief Berlin, 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(
"Berlin", // Name
"Dotclear 2.7+ default theme", // Description
"Dotclear Team", // Author
'1.3', // Version
[ // Properties
'type' => 'theme',
'tplset' => 'dotty'
]
);