Current oav website
This commit is contained in:
23
dotclear._no/themes/berlin/_define.php
Executable file
23
dotclear._no/themes/berlin/_define.php
Executable file
@ -0,0 +1,23 @@
|
||||
<?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'
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user