yash3/_prepend.php

18 lines
691 B
PHP
Raw Normal View History

2016-12-01 19:27:25 +01:00
<?php
# -- BEGIN LICENSE BLOCK ----------------------------------
2016-12-16 19:23:05 +01:00
# This file is part of yash3, a plugin for Dotclear 2.
2016-12-01 19:27:25 +01:00
#
# Copyright (c) Franck Paul and contributors
# carnet.franck.paul@gmail.com
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
if (!defined('DC_RC_PATH')) { return; }
2016-12-16 19:23:05 +01:00
$__autoload['yash3Behaviors'] = dirname(__FILE__).'/inc/yash3.behaviors.php';
2016-12-16 23:23:36 +01:00
$__autoload['Minifier'] = dirname(__FILE__).'/inc/Minifier.php';
2016-12-16 19:23:05 +01:00
$core->addBehavior('coreInitWikiPost',array('yash3Behaviors','coreInitWikiPost'));