Project

General

Profile

Download (4.98 KB) Statistics
| Branch: | Tag: | Revision:
1 d2a09415 Andreas Kohlbecker
<?php
2
/**
3
 * @file
4
 * Only contains the hook_theme() implementation.
5
 *
6
 * @copyright
7
 *   (C) 2007-2012 EDIT
8
 *   European Distributed Institute of Taxonomy
9
 *   http://www.e-taxonomy.eu
10
 *
11
 *   The contents of this module are subject to the Mozilla
12
 *   Public License Version 1.1.
13
 * @see http://www.mozilla.org/MPL/MPL-1.1.html
14
 *
15
 * @author
16
 *   - Andreas Kohlbecker <a.kohlbecker@BGBM.org>
17
 */
18
19
/**
20
 * Implements hook_theme().
21
 *
22
 * Registering themes with a theme hook is needed since Drupal 6.
23
 *
24
 * @author W. Addink <w.addink@eti.uva.nl>
25
 */
26
function cdm_dataportal_theme() {
27
  return array(
28
    // Themes in help.php.
29
    'cdm_dataportal_admin_config_cdm_dataportal_general' => array('variables' => array()),
30
    'cdm_dataportal_admin_config_cdm_dataportal_geo' => array('variables' => array()),
31
    'cdm_dataportal_admin_config_cdm_dataportal_layout' => array('variables' => array()),
32
    'cdm_dataportal_admin_config_cdm_dataportal_cachesite' => array('variables' => array()),
33
    'cdm_dataportal_admin_config_more_help_link' => array('variables' => array()),
34
35
    // Themes in settings.php.
36
    'checkboxes_preferred' => array('render element' => 'element'),
37
    'radio_options_suffix' => array('render element' => 'element'),
38
39
    // Themes in cdm_dataportal.common.theme.
40 2fc5c836 Andreas Kohlbecker
    'cdm_entities_annotations_as_footnotekeys' => array('variables' => array('cdmBase_list' => NULL, 'footnote_list_key' => NULL)),
41 d2a09415 Andreas Kohlbecker
    'cdm_footnote_key' => array('variables' => array(
42
        'footnoteKey' => NULL,
43
        'separator' => '',
44
        'highlightable' => TRUE,
45
        'separator_off' => FALSE,
46
    )),
47
    'cdm_marker' => array('variables' => array('label' => NULL, 'attributes' => NULL)),
48
    'cdm_pager' => array('variables' => array('pager' => NULL, 'path' => NULL, 'parameters' => NULL)),
49
    'cdm_pager_link' => array('variables' => array(
50
        'text' => NULL,
51
        'linkIndex' => NULL,
52
        'pager' => NULL,
53
        'path' => NULL,
54
        'parameters' => array(),
55
        'attributes' => NULL,
56
    )),
57
    'cdm_print_button' => array('variables' => array()),
58
59
    // Themes in cdm_dataportal.descriptions.theme.
60
    'cdm_feature_name' => array('variables' => array('feature_name' => NULL)),
61
    'cdm_IdentificationKey' => array('variables' => array(
62
        'identificationKey' => NULL,
63
        'doLinkToKeyPage' => TRUE,
64
        'showIdentificationKeyTitle' => TRUE,
65
    )),
66
    'cdm_polytomousKey' => array('variables' => array('polytomousKey' => NULL)),
67
    'cdm_polytomousKey_linkedStyle_subgraph' => array('variables' => array('polytomousKeyNode' => NULL)),
68
    'cdm_poytomousKeyNode_modifyingText' => array('variables' => array('modifyingText' => NULL)),
69
    'cdm_list_IdentificationKeys' => array('variables' => array('type' => NULL, 'taxonUuid' => NULL)),
70
    'cdm_block_IdentificationKeys' => array('variables' => array('taxonUuid' => NULL)),
71
72
    // Themes in cdm_dataportal.media.theme.
73
    'cdm_media_mime_application' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
74
    'cdm_media_mime_image' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
75
    'cdm_media_mime_text' => array('variables' => array('mediaRepresentation' => NULL, 'feature' => NULL)),
76
    'cdm_media_caption' => array('variables' => array(
77
        'media' => NULL,
78
        'elements' => array('title', 'description', 'artist', 'location', 'rights'),
79 f79d32d6 Andreas Kohlbecker
        'sources_as_content' => FALSE
80 d2a09415 Andreas Kohlbecker
    )),
81
    // Themes in cdm_dataportal.name.theme.
82
    'cdm_nameRelationships' => array('variables' => array('nameRelationships' => NULL, 'skipTypes' => FALSE)),
83
    'cdm_homotypicSynonymLine' => array('variables' => array('taxon' => NULL)),
84
    'cdm_heterotypicSynonymyGroup' => array('variables' => array('homotypicalGroup' => NULL)),
85
    'cdm_homotypicSynonymyGroup' => array('variables' => array(
86
        'synonymList' => NULL,
87
        'accepted_taxon_name_uuid' => NULL,
88
        'prependedSynonyms' => array(),
89
    )),
90
    'get_nameRenderTemplate' => array('variables' => array()),
91
    'get_partDefinition' => array('variables' => array()),
92
93
    // Themes in cdm_dataportal.page.theme.
94
    'cdm_taxon_page_title' => array('variables' => array('taxon' => NULL)),
95
    'cdm_name_page_title' => array('variables' => array('taxon_name' => NULL)),
96
    'cdm_media_page' => array('variables' => array(
97
        'media' => NULL,
98
        'mediarepresentation_uuid' => FALSE,
99
        'partId' => FALSE,
100
    )),
101
    'cdm_polytomousKey_page' => array('variables' => array('polytomousKey' => NULL)),
102
103
    // Themes in cdm_dataportal.taxon.theme.
104 0a1dc066 Andreas Kohlbecker
    'cdm_search_taxa_results' => array('variables' => array(
105 d2a09415 Andreas Kohlbecker
        'pager' => NULL,
106
        'path' => NULL
107
    )),
108 6eaec849 Katja Luther
    'cdm_search_specimen_results' => array('variables' => array(
109
        'pager' => NULL,
110
        'path' => NULL
111
    )),
112 d2a09415 Andreas Kohlbecker
    'cdm_taxon_list_thumbnails' => array('variables' => array('taxon' => NULL)),
113
114
    // Themes in includes/pre-drupal8.inc
115
    'description_list' => array('variables' => array('items' => array(), 'groups' => array(), 'title' => NULL, 'attributes' => array())),
116
  );
117
}