Current oav website
This commit is contained in:
22
dotclear._no/themes/customCSS/_define.php
Normal file
22
dotclear._no/themes/customCSS/_define.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* @brief Custom, 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(
|
||||
"Custom theme", // Name
|
||||
"A CSS customizable theme", // Description
|
||||
"Olivier", // Author
|
||||
'1.2', // Version
|
||||
[
|
||||
'type' => 'theme'
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user