You are here

function _webform_table_link in Webform Link 7

Same name and namespace in other branches
  1. 6 components/link.inc \_webform_table_link()

Implements _webform_table_component().

File

components/link.inc, line 103
Webform Link component

Code

function _webform_table_link($component, $value) {
  return l($value[0], $value[0]);
}