Current oav website
This commit is contained in:
14
dotclear._no/plugins/dcLegacyEditor/_prepend.php
Normal file
14
dotclear._no/plugins/dcLegacyEditor/_prepend.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @brief dcLegacyEditor, 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;}
|
||||
|
||||
$__autoload['dcLegacyEditorBehaviors'] = dirname(__FILE__) . '/inc/dc.legacy.editor.behaviors.php';
|
||||
Reference in New Issue
Block a user