function views_oai_pmh_init in Views OAI-PMH 6
Same name and namespace in other branches
- 6.2 views_oai_pmh.module \views_oai_pmh_init()
- 7 views_oai_pmh.module \views_oai_pmh_init()
- 7.2 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');
}