Current oav website
This commit is contained in:
26
dotclear._no/plugins/breadcrumb/_define.php
Executable file
26
dotclear._no/plugins/breadcrumb/_define.php
Executable file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/**
|
||||
* @brief breadcrumb, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugins
|
||||
*
|
||||
* @copyright Olivier Meunier & Association Dotclear
|
||||
* @copyright GPL-2.0-only
|
||||
*/
|
||||
|
||||
if (!defined('DC_RC_PATH')) {return;}
|
||||
|
||||
$this->registerModule(
|
||||
"Breadcrumb", // Name
|
||||
"Breadcrumb for Dotclear", // Description
|
||||
"Franck Paul", // Author
|
||||
'0.7', // Version
|
||||
[
|
||||
'permissions' => 'usage,contentadmin', // Permissions
|
||||
'type' => 'plugin', // Type
|
||||
'settings' => [
|
||||
'blog' => '#params.breadcrumb_params'
|
||||
]
|
||||
]
|
||||
);
|
||||
Reference in New Issue
Block a user