lastpostsExtend/_public.php

18 lines
350 B
PHP
Raw Normal View History

2021-08-25 22:06:10 +00:00
<?php
2021-09-16 22:50:25 +00:00
/**
* @brief lastpostsExtend, a plugin for Dotclear 2
2022-11-20 20:23:22 +00:00
*
2021-09-16 22:50:25 +00:00
* @package Dotclear
* @subpackage Plugin
2022-11-20 20:23:22 +00:00
*
2021-09-16 22:50:25 +00:00
* @author Jean-Christian Denis and contributors
2022-11-20 20:23:22 +00:00
*
2021-09-16 22:50:25 +00:00
* @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/
2021-08-25 22:06:10 +00:00
if (!defined('DC_RC_PATH')) {
return null;
2021-08-25 22:06:10 +00:00
}
2022-11-20 20:23:22 +00:00
require __DIR__ . '/_widgets.php';