function theme_advanced_link in Advanced Link 7
Same name and namespace in other branches
- 6 advanced_link.module \theme_advanced_link()
FAPI theme for an individual text elements.
1 theme call to theme_advanced_link()
- advanced_link_element_info in ./
advanced_link.module - Implements hook_element_info().
File
- ./
advanced_link.module, line 331 - Defines simple advanced_link widget.
Code
function theme_advanced_link($vars) {
return theme_link_field($vars);
}