[FIXED] - JHTML::iframe() - redundant parameter. - Joomla! Forum - community, help and support


the $name parameter not used in mehod. assuming should bellow:

file: libraries/joomla/html/html.php line: 134

[php] function iframe($url, $name, $attribs = null, $ssl = 0)
{
$src = jroute::_($url, true, $ssl);

if (is_array($attribs)) {
$attribs = jhtml::_implode_assoc('=', ' ', $attribs);
}

return '