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