You are here

function theme_soundcloud_url in SoundCloud field 6

File

./soundcloudfield.module, line 293
SoundCloud CCK field.

Code

function theme_soundcloud_url($element) {
  return $element['#children'];
}