function theme_biblio_add_css in Bibliography Module 5
3 theme calls to theme_biblio_add_css()
- biblio_show_results in ./
biblio.module - biblio_view in ./
biblio.module - Implementation of hook_view().
- _biblio_filter_replace_callback in ./
biblio.module - Helper function called from preg_replace_callback() above
File
- ./
biblio.module, line 2109
Code
function theme_biblio_add_css() {
drupal_add_css(drupal_get_path('module', 'biblio') . '/biblio.css');
}