2021-09-10 19:06:49 +00:00
|
|
|
<?php
|
2021-09-10 19:18:51 +00:00
|
|
|
/**
|
|
|
|
* @brief postWidgetText, a plugin for Dotclear 2
|
|
|
|
*
|
|
|
|
* @package Dotclear
|
|
|
|
* @subpackage Plugin
|
|
|
|
*
|
|
|
|
* @author Jean-Christian Denis and Contributors
|
|
|
|
*
|
|
|
|
* @copyright Jean-Christian Denis
|
|
|
|
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
*/
|
2021-09-10 19:06:49 +00:00
|
|
|
|
|
|
|
if (!defined('DC_RC_PATH')) {
|
|
|
|
|
2021-09-10 19:18:51 +00:00
|
|
|
return null;
|
2021-09-10 19:06:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
$__autoload['postWidgetText'] =
|
2021-09-10 19:18:51 +00:00
|
|
|
dirname(__FILE__).'/inc/class.postwidgettext.php';
|
2021-09-10 19:06:49 +00:00
|
|
|
$__autoload['postWidgetTextDashboard'] =
|
2021-09-10 19:18:51 +00:00
|
|
|
dirname(__FILE__).'/inc/lib.pwt.dashboard.php';
|
2021-09-10 19:06:49 +00:00
|
|
|
$__autoload['postWidgetTextAdmin'] =
|
2021-09-10 19:18:51 +00:00
|
|
|
dirname(__FILE__).'/inc/lib.pwt.admin.php';
|
2021-09-10 19:06:49 +00:00
|
|
|
$__autoload['postWidgetTextBackup'] =
|
2021-09-10 19:18:51 +00:00
|
|
|
dirname(__FILE__).'/inc/lib.pwt.backup.php';
|
2021-09-10 19:06:49 +00:00
|
|
|
$__autoload['postWidgetTextList'] =
|
2021-09-10 19:18:51 +00:00
|
|
|
dirname(__FILE__).'/inc/lib.pwt.list.php';
|