You are here

function _bootstrap_carousel_load_css in bootstrap_carousel 7

Add stylesheet to customize carousel.

2 calls to _bootstrap_carousel_load_css()
bootstrap_carousel_ctools_render_alter in ./bootstrap_carousel.module
Implements hook_ctools_render_alter().
bootstrap_carousel_node_view in ./bootstrap_carousel.module
Implements hook_node_view().

File

./bootstrap_carousel.module, line 333
Bootstrap carousel module hooks.

Code

function _bootstrap_carousel_load_css() {
  drupal_add_css(drupal_get_path('module', 'bootstrap_carousel') . '/styles/bootstrap_carousel.css');
}