forked from nikrou/eventHandler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_widgets.php
More file actions
26 lines (24 loc) · 1.06 KB
/
Copy path_widgets.php
File metadata and controls
26 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
# -- BEGIN LICENSE BLOCK ----------------------------------
#
# This file is part of eventHandler, a plugin for Dotclear 2.
#
# Copyright(c) 2014-2015 Nicolas Roudaire <nikrou77@gmail.com> http://www.nikrou.net
#
# Copyright (c) 2009-2013 Jean-Christian Denis and contributors
# contact@jcdenis.fr http://jcd.lv
#
# 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;
}
$core->addBehavior('initWidgets', array('eventHandlerAdminWidgets', 'events'));
$core->addBehavior('initWidgets', array('eventHandlerAdminWidgets', 'eventsOfPost'));
$core->addBehavior('initWidgets', array('eventHandlerAdminWidgets', 'postsOfEvent'));
$core->addBehavior('initWidgets', array('eventHandlerAdminWidgets', 'categories'));
$core->addBehavior('initWidgets', array('eventHandlerAdminWidgets', 'calendar'));
$core->addBehavior('initWidgets', array('eventHandlerAdminWidgets', 'map'));