You are here

function template_preprocess_openlayers_plus_blockswitcher in OpenLayers Plus 7.3

Same name and namespace in other branches
  1. 7 theme/theme.inc \template_preprocess_openlayers_plus_blockswitcher()
  2. 7.2 theme/theme.inc \template_preprocess_openlayers_plus_blockswitcher()

Preprocessor for theme('openlayers_plus_blockswitcher').

File

theme/theme.inc, line 10
Theme file for Openlayers_plus.

Code

function template_preprocess_openlayers_plus_blockswitcher(&$vars) {
  drupal_add_css(drupal_get_path('module', 'openlayers_plus') . '/theme/openlayers_plus.css');
}