function theme_kml_link in KML 5
Same name and namespace in other branches
- 6 kml.module \theme_kml_link()
Standardised KML link
2 theme calls to theme_kml_link()
- kml_block_content in ./
kml.module - Function to generate block content
- kml_page in ./
kml.module - Displays directory of KML feeds available
File
- ./
kml.module, line 537 - KML Module
Code
function theme_kml_link($link) {
return theme_kml_icon($link, 'kml');
}