_getInfo($name, $content, $attribs); extract($info); if (!empty($id)) { $id = ' id="' . $this->view->escape($id) . '"'; } else { $id = ''; } if (array_key_exists('id', $attribs) && empty($attribs['id'])) { unset($attribs['id']); } $xhtml = '
'; } return $xhtml; } }