Merge branch 4.5 into master
[civicrm-core.git] / tools / extensions / org.civicrm.demoqueue / demoqueue.php
1 <?php
2
3 require_once 'demoqueue.civix.php';
4
5 /**
6 * Implementation of hook_civicrm_config
7 */
8 function demoqueue_civicrm_config(&$config) {
9 _demoqueue_civix_civicrm_config($config);
10 }
11
12 /**
13 * Implementation of hook_civicrm_xmlMenu
14 *
15 * @param $files array(string)
16 */
17 function demoqueue_civicrm_xmlMenu(&$files) {
18 _demoqueue_civix_civicrm_xmlMenu($files);
19 }