function theme_kml_link in KML 6
Same name and namespace in other branches
- 5 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 529 - KML Module
Code
function theme_kml_link($link) {
return theme_kml_icon($link, 'kml');
}