function _webform_table_link in Webform Link 6
Same name and namespace in other branches
- 7 components/link.inc \_webform_table_link()
Implements _webform_table_component().
File
- components/
link.inc, line 104 - Webform Link component
Code
function _webform_table_link($component, $value) {
return l($value[0], $value[0]);
}