You are here

function views_oai_pmh_init in Views OAI-PMH 7.2

Same name and namespace in other branches
  1. 6.2 views_oai_pmh.module \views_oai_pmh_init()
  2. 6 views_oai_pmh.module \views_oai_pmh_init()
  3. 7 views_oai_pmh.module \views_oai_pmh_init()

@file

File

./views_oai_pmh.module, line 8

Code

function views_oai_pmh_init() {

  // We have to include our theme preprocessors here until:
  // http://drupal.org/node/1096770 is fixed.
  module_load_include('inc', 'views_oai_pmh', 'theme/views_oai_pmh.theme');
}