You are here

function views_oai_pmh_theme in Views OAI-PMH 7

Same name and namespace in other branches
  1. 6.2 views_oai_pmh.module \views_oai_pmh_theme()
  2. 6 views_oai_pmh.module \views_oai_pmh_theme()
  3. 7.3 views_oai_pmh.module \views_oai_pmh_theme()
  4. 7.2 views_oai_pmh.module \views_oai_pmh_theme()

File

./views_oai_pmh.module, line 20

Code

function views_oai_pmh_theme() {

  // Make sure that views picks up the preprocess functions.
  module_load_include('inc', 'views_oai_pmh', 'theme/views_oai_pmh.theme');
  return array(
    'oai_field_mapper_form' => array(
      'file' => 'theme/views_oai_pmh.theme.inc',
      'render element' => 'form',
    ),
  );
}