Project

General

Profile

Download (555 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2020 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.dataportal;
10

    
11
/**
12
 * The drupal variables as defined in modules/cdm_dataportal/settings.php
13
 *
14
 * @author a.kohlbecker
15
 * @since Aug 11, 2020
16
 */
17
public class DrupalVars {
18

    
19
    public static final String CDM_DATAPORTAL_TAXONPAGE_TABS = "cdm_dataportal_taxonpage_tabs";
20

    
21

    
22
}
(9-9/14)