function theme_openlayers_styles in Openlayers 7.2
Same name and namespace in other branches
- 6.2 includes/openlayers.theme.inc \theme_openlayers_styles()
Theme function to be able to override styles
1 theme call to theme_openlayers_styles()
- _openlayers_styles_process in includes/
openlayers.render.inc - Process Styles
File
- includes/
openlayers.theme.inc, line 47 - This file holds the theme and preprocess functions for openlayers module
Code
function theme_openlayers_styles($args) {
return $args['styles'];
}