function openlayers_openlayers_styles in Openlayers 7.2
Same name and namespace in other branches
- 6.2 openlayers.module \openlayers_openlayers_styles()
Implements hook_openlayers_styles().
File
- ./
openlayers.module, line 1466 - Main OpenLayers API File
Code
function openlayers_openlayers_styles() {
module_load_include('inc', 'openlayers', 'includes/openlayers.styles');
return _openlayers_openlayers_styles();
}