getAttribute('file_src'); $this->setAttribute('file_src', null); $return = parent::render($name, $value, $attributes, $errors); if ('' != $file_src && is_file(sfConfig::get('sf_web_dir') . $file_src)) { $return .= '
' . thumbnail_tag($file_src, 80, 80) . '
 '; } return $return; } }