Project

General

Profile

« Previous | Next » 

Revision ed9a7bc3

Added by Andreas Kohlbecker about 12 years ago

fixing include path

View differences:

modules/cdm_dataportal/profile/CDM_DataPortal_Testing/CDM_DataPortal_Testing.profile
2 2

  
3 3
// vim: filetype=php
4 4

  
5
require ("../CDM_DataPortal/CDM_DataPortal.profile");
5
require_once ("profiles/CDM_DataPortal/CDM_DataPortal.profile");
6

  
6 7

  
7 8
/************************************************************
8 9
*                           MODULES                         *
......
17 18
function CDM_DataPortal_Testing_profile_details() {
18 19
  return array (
19 20
      'name' => 'CDM DataPortal Testing',
20
      'description' => 'CDM DataPortal installation profile f?r testing purposes ',
21
      'description' => 'CDM DataPortal installation profile for testing purposes ',
21 22
    );
22 23
}
23 24

  
24 25
function CDM_DataPortal_Testing_profile_final() {
25 26

  
26 27
  CDM_DataPortal_profile_final();
27
 
28

  
28 29
/************************************************************
29 30
*                           BLOCKS                          *
30 31
************************************************************/
......
41 42
      VALUES ('%s', '%s', '%s', %d, %d, '%s', %d, %d, %d, '%s', '%s')",
42 43
      'cdm_dataportal', '2', 'garland', '1', '-10', 'left', '0', '0', '0', '', ''
43 44
  );
44
  
45

  
45 46
  return;
46 47
}
47 48

  

Also available in: Unified diff