Project

General

Profile

« Previous | Next » 

Revision 2fe3422d

Added by Andreas Kohlbecker about 12 years ago

new installation profile for testing

View differences:

.gitattributes
219 219
modules/cdm_dataportal/node_types.php -text
220 220
modules/cdm_dataportal/pom.xml -text
221 221
modules/cdm_dataportal/profile/CDM_DataPortal/CDM_DataPortal.profile -text
222
modules/cdm_dataportal/profile/CDM_DataPortal_Testing/CDM_DataPortal_Testing.profile -text
222 223
modules/cdm_dataportal/settings.php -text
223 224
modules/cdm_dataportal/src/site/apt/configuration.apt -text
224 225
modules/cdm_dataportal/src/site/apt/download.apt -text
modules/cdm_dataportal/profile/CDM_DataPortal_Testing/CDM_DataPortal_Testing.profile
1
<?php
2
// vim: filetype=php
3

  
4
require ("../CDM_DataPortal/CDM_DataPortal.profile);
5

  
6
/************************************************************
7
*                           BLOCKS                          *
8
************************************************************/
9
    // Taxon tree
10
    db_query(
11
        "INSERT INTO {blocks} (module,delta,theme,status,weight,region,custom,throttle,visibility,pages,title)
12
        VALUES ('%s', '%s', '%s', %d, %d, '%s', %d, %d, %d, '%s', '%s')",
13
        'cdm_taxontree', 'cdm_tree', 'garland_EDIT', '1', '-9', 'left', '0', '0', '0', '', ''
14
    );
15
    // Search Taxa
16
    db_query(
17
        "INSERT INTO {blocks} (module,delta,theme,status,weight,region,custom,throttle,visibility,pages,title)
18
        VALUES ('%s', '%s', '%s', %d, %d, '%s', %d, %d, %d, '%s', '%s')",
19
        'cdm_dataportal', '2', 'garland', '1', '-10', 'left', '0', '0', '0', '', ''
20
    );
21

  
22
?>

Also available in: Unified diff